#eecafd
a pale, electric violet · warm · closest name: plum
RGB
238, 202, 253
HSL
282°, 93%, 89%
CMYK
6, 20, 0, 1
Luminance
0.6751
Every format
| HEX | #eecafd |
| RGB | rgb(238, 202, 253) |
| HSL | hsl(282, 93%, 89%) |
| CMYK | cmyk(6%, 20%, 0%, 1%) |
| LAB | lab(85.8 21.6 -20.3) |
| LCH | lch(85.8 29.6 316.8) |
| OKLCH | oklch(0.886 0.079 315.9) |
Copy-ready code
/* CSS */
color: #eecafd;
background-color: #eecafd;
/* Tailwind (arbitrary) */
class="text-[#eecafd] bg-[#eecafd]"
/* SCSS */
$brand: #eecafd;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#eecafd")Accessibility — WCAG contrast
Aa
#eecafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecafd on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eecafd text on a black background
contrast 14.50:1
Card sample
#eecafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecafd;
Background color
Panel with #eecafd background
background-color: #eecafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecafd; background: linear-gradient(135deg, #eecafd, #FDCAEA);