#eeccfb
a pale, electric violet · warm · closest name: plum
RGB
238, 204, 251
HSL
283°, 86%, 89%
CMYK
5, 19, 0, 2
Luminance
0.6833
Every format
| HEX | #eeccfb |
| RGB | rgb(238, 204, 251) |
| HSL | hsl(283, 86%, 89%) |
| CMYK | cmyk(5%, 19%, 0%, 2%) |
| LAB | lab(86.2 20.1 -18.6) |
| LCH | lch(86.2 27.4 317.3) |
| OKLCH | oklch(0.888 0.073 316.6) |
Copy-ready code
/* CSS */
color: #eeccfb;
background-color: #eeccfb;
/* Tailwind (arbitrary) */
class="text-[#eeccfb] bg-[#eeccfb]"
/* SCSS */
$brand: #eeccfb;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#eeccfb")Accessibility — WCAG contrast
Aa
#eeccfb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccfb on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#eeccfb text on a black background
contrast 14.67:1
Card sample
#eeccfb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccfb;
Background color
Panel with #eeccfb background
background-color: #eeccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccfb; background: linear-gradient(135deg, #eeccfb, #FBCCE9);