#eeccfd
a pale, electric violet · warm · closest name: plum
RGB
238, 204, 253
HSL
282°, 93%, 90%
CMYK
6, 19, 0, 1
Luminance
0.6845
Every format
| HEX | #eeccfd |
| RGB | rgb(238, 204, 253) |
| HSL | hsl(282, 93%, 90%) |
| CMYK | cmyk(6%, 19%, 0%, 1%) |
| LAB | lab(86.2 20.5 -19.6) |
| LCH | lch(86.2 28.3 316.4) |
| OKLCH | oklch(0.889 0.075 315.5) |
Copy-ready code
/* CSS */
color: #eeccfd;
background-color: #eeccfd;
/* Tailwind (arbitrary) */
class="text-[#eeccfd] bg-[#eeccfd]"
/* SCSS */
$brand: #eeccfd;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#eeccfd")Accessibility — WCAG contrast
Aa
#eeccfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccfd on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eeccfd text on a black background
contrast 14.69:1
Card sample
#eeccfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccfd;
Background color
Panel with #eeccfd background
background-color: #eeccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccfd; background: linear-gradient(135deg, #eeccfd, #FDCCEB);