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