#eecafb
a pale, electric violet · warm · closest name: plum
RGB
238, 202, 251
HSL
284°, 86%, 89%
CMYK
5, 20, 0, 2
Luminance
0.6738
Every format
| HEX | #eecafb |
| RGB | rgb(238, 202, 251) |
| HSL | hsl(284, 86%, 89%) |
| CMYK | cmyk(5%, 20%, 0%, 2%) |
| LAB | lab(85.7 21.2 -19.3) |
| LCH | lch(85.7 28.7 317.7) |
| OKLCH | oklch(0.885 0.076 317.0) |
Copy-ready code
/* CSS */
color: #eecafb;
background-color: #eecafb;
/* Tailwind (arbitrary) */
class="text-[#eecafb] bg-[#eecafb]"
/* SCSS */
$brand: #eecafb;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#eecafb")Accessibility — WCAG contrast
Aa
#eecafb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecafb on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#eecafb text on a black background
contrast 14.48:1
Card sample
#eecafb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecafb;
Background color
Panel with #eecafb background
background-color: #eecafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecafb; background: linear-gradient(135deg, #eecafb, #FBCAE7);