#eeccff
a pale, electric violet · warm · closest name: plum
RGB
238, 204, 255
HSL
280°, 100%, 90%
CMYK
7, 20, 0, 0
Luminance
0.6858
Every format
| HEX | #eeccff |
| RGB | rgb(238, 204, 255) |
| HSL | hsl(280, 100%, 90%) |
| CMYK | cmyk(7%, 20%, 0%, 0%) |
| LAB | lab(86.3 20.9 -20.5) |
| LCH | lch(86.3 29.3 315.5) |
| OKLCH | oklch(0.890 0.078 314.4) |
Copy-ready code
/* CSS */
color: #eeccff;
background-color: #eeccff;
/* Tailwind (arbitrary) */
class="text-[#eeccff] bg-[#eeccff]"
/* SCSS */
$brand: #eeccff;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#eeccff")Accessibility — WCAG contrast
Aa
#eeccff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccff on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#eeccff text on a black background
contrast 14.72:1
Card sample
#eeccff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccff;
Background color
Panel with #eeccff background
background-color: #eeccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccff; background: linear-gradient(135deg, #eeccff, #FFCCEE);