#eecffc
a pale, electric violet · warm · closest name: lavender
RGB
238, 207, 252
HSL
281°, 88%, 90%
CMYK
6, 18, 0, 1
Luminance
0.6983
Every format
| HEX | #eecffc |
| RGB | rgb(238, 207, 252) |
| HSL | hsl(281, 88%, 90%) |
| CMYK | cmyk(6%, 18%, 0%, 1%) |
| LAB | lab(86.9 18.7 -18.0) |
| LCH | lch(86.9 26.0 316.1) |
| OKLCH | oklch(0.894 0.069 315.3) |
Copy-ready code
/* CSS */
color: #eecffc;
background-color: #eecffc;
/* Tailwind (arbitrary) */
class="text-[#eecffc] bg-[#eecffc]"
/* SCSS */
$brand: #eecffc;
/* SwiftUI */
Color(red: 0.933, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#eecffc")Accessibility — WCAG contrast
Aa
#eecffc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecffc on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.2%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eecffc text on a black background
contrast 14.97:1
Card sample
#eecffc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecffc;
Background color
Panel with #eecffc background
background-color: #eecffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecffc; background: linear-gradient(135deg, #eecffc, #FCCFEC);