#eccef0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 206, 240
HSL
293°, 53%, 88%
CMYK
2, 14, 0, 6
Luminance
0.6827
Every format
| HEX | #eccef0 |
| RGB | rgb(236, 206, 240) |
| HSL | hsl(293, 53%, 88%) |
| CMYK | cmyk(2%, 14%, 0%, 6%) |
| LAB | lab(86.1 16.4 -12.8) |
| LCH | lch(86.1 20.8 321.9) |
| OKLCH | oklch(0.887 0.056 322.3) |
Copy-ready code
/* CSS */
color: #eccef0;
background-color: #eccef0;
/* Tailwind (arbitrary) */
class="text-[#eccef0] bg-[#eccef0]"
/* SCSS */
$brand: #eccef0;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#eccef0")Accessibility — WCAG contrast
Aa
#eccef0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccef0 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue94.1%
CMYK percentages
Cyan1.7%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#eccef0 text on a black background
contrast 14.65:1
Card sample
#eccef0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccef0;
Background color
Panel with #eccef0 background
background-color: #eccef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccef0; background: linear-gradient(135deg, #eccef0, #F0CEDD);