Claymorphism
Use #F0EFFA as the background. Use #E8C8FF as the primary accent. Use #7F60DD as secondary. Use #4A3B8F as body text/supporting color. Palette mood: Claymorphism — playful, soft, modern.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Claymorphism color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 87.2% | 240, 239, 250 | 4%, 4%, 0%, 2% | 245°, 52%, 96% | ||
| Primary Accent Luminance: 65.7% | 232, 200, 255 | 9%, 22%, 0%, 0% | 275°, 100%, 89% | ||
| Secondary Luminance: 18.1% | 127, 96, 221 | 43%, 57%, 0%, 13% | 255°, 65%, 62% | ||
| Body Text Luminance: 6.6% | 74, 59, 143 | 48%, 59%, 0%, 44% | 251°, 42%, 40% |
Color Harmony: Analogous Scheme
The Claymorphism palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Claymorphism Color Scheme
To use this Claymorphism color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #F0EFFA for the main background and #E8C8FF for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #4A3B8F and #F0EFFA is 7.97:1 (AAA). Ensure your body text remains legible.