#eccff1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 207, 241
HSL
291°, 55%, 88%
CMYK
2, 14, 0, 6
Luminance
0.6881
Every format
| HEX | #eccff1 |
| RGB | rgb(236, 207, 241) |
| HSL | hsl(291, 55%, 88%) |
| CMYK | cmyk(2%, 14%, 0%, 6%) |
| LAB | lab(86.4 16.0 -12.9) |
| LCH | lch(86.4 20.6 321.0) |
| OKLCH | oklch(0.889 0.055 321.3) |
Copy-ready code
/* CSS */
color: #eccff1;
background-color: #eccff1;
/* Tailwind (arbitrary) */
class="text-[#eccff1] bg-[#eccff1]"
/* SCSS */
$brand: #eccff1;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.945)
/* Android */
Color.parseColor("#eccff1")Accessibility — WCAG contrast
Aa
#eccff1 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccff1 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue94.5%
CMYK percentages
Cyan2.1%
Magenta14.1%
Yellow0.0%
Key (black)5.5%
Color previews
#eccff1 text on a black background
contrast 14.76:1
Card sample
#eccff1 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccff1;
Background color
Panel with #eccff1 background
background-color: #eccff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccff1; background: linear-gradient(135deg, #eccff1, #F1CFDF);