#eccef4
a pale, vivid violet · warm · closest name: lavender
RGB
236, 206, 244
HSL
287°, 63%, 88%
CMYK
3, 16, 0, 4
Luminance
0.6851
Every format
| HEX | #eccef4 |
| RGB | rgb(236, 206, 244) |
| HSL | hsl(287, 63%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 4%) |
| LAB | lab(86.3 17.1 -14.8) |
| LCH | lch(86.3 22.6 319.2) |
| OKLCH | oklch(0.888 0.060 319.1) |
Copy-ready code
/* CSS */
color: #eccef4;
background-color: #eccef4;
/* Tailwind (arbitrary) */
class="text-[#eccef4] bg-[#eccef4]"
/* SCSS */
$brand: #eccef4;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#eccef4")Accessibility — WCAG contrast
Aa
#eccef4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccef4 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#eccef4 text on a black background
contrast 14.70:1
Card sample
#eccef4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccef4;
Background color
Panel with #eccef4 background
background-color: #eccef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccef4; background: linear-gradient(135deg, #eccef4, #F4CEE3);