#eccef8
a pale, electric violet · warm · closest name: lavender
RGB
236, 206, 248
HSL
283°, 75%, 89%
CMYK
5, 17, 0, 3
Luminance
0.6875
Every format
| HEX | #eccef8 |
| RGB | rgb(236, 206, 248) |
| HSL | hsl(283, 75%, 89%) |
| CMYK | cmyk(5%, 17%, 0%, 3%) |
| LAB | lab(86.4 17.9 -16.7) |
| LCH | lch(86.4 24.4 316.9) |
| OKLCH | oklch(0.889 0.065 316.3) |
Copy-ready code
/* CSS */
color: #eccef8;
background-color: #eccef8;
/* Tailwind (arbitrary) */
class="text-[#eccef8] bg-[#eccef8]"
/* SCSS */
$brand: #eccef8;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.973)
/* Android */
Color.parseColor("#eccef8")Accessibility — WCAG contrast
Aa
#eccef8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccef8 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue97.3%
CMYK percentages
Cyan4.8%
Magenta16.9%
Yellow0.0%
Key (black)2.7%
Color previews
#eccef8 text on a black background
contrast 14.75:1
Card sample
#eccef8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccef8;
Background color
Panel with #eccef8 background
background-color: #eccef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccef8; background: linear-gradient(135deg, #eccef8, #F8CEE8);