#eccffc
a pale, electric violet · warm · closest name: lavender
RGB
236, 207, 252
HSL
279°, 88%, 90%
CMYK
6, 18, 0, 1
Luminance
0.6949
Every format
| HEX | #eccffc |
| RGB | rgb(236, 207, 252) |
| HSL | hsl(279, 88%, 90%) |
| CMYK | cmyk(6%, 18%, 0%, 1%) |
| LAB | lab(86.7 18.1 -18.3) |
| LCH | lch(86.7 25.7 314.7) |
| OKLCH | oklch(0.893 0.068 313.6) |
Copy-ready code
/* CSS */
color: #eccffc;
background-color: #eccffc;
/* Tailwind (arbitrary) */
class="text-[#eccffc] bg-[#eccffc]"
/* SCSS */
$brand: #eccffc;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#eccffc")Accessibility — WCAG contrast
Aa
#eccffc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccffc on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eccffc text on a black background
contrast 14.90:1
Card sample
#eccffc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccffc;
Background color
Panel with #eccffc background
background-color: #eccffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccffc; background: linear-gradient(135deg, #eccffc, #FCCFEE);