#eccef2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 206, 242
HSL
290°, 58%, 88%
CMYK
3, 15, 0, 5
Luminance
0.6839
Every format
| HEX | #eccef2 |
| RGB | rgb(236, 206, 242) |
| HSL | hsl(290, 58%, 88%) |
| CMYK | cmyk(3%, 15%, 0%, 5%) |
| LAB | lab(86.2 16.7 -13.8) |
| LCH | lch(86.2 21.7 320.5) |
| OKLCH | oklch(0.887 0.058 320.6) |
Copy-ready code
/* CSS */
color: #eccef2;
background-color: #eccef2;
/* Tailwind (arbitrary) */
class="text-[#eccef2] bg-[#eccef2]"
/* SCSS */
$brand: #eccef2;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#eccef2")Accessibility — WCAG contrast
Aa
#eccef2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccef2 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue94.9%
CMYK percentages
Cyan2.5%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#eccef2 text on a black background
contrast 14.68:1
Card sample
#eccef2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccef2;
Background color
Panel with #eccef2 background
background-color: #eccef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccef2; background: linear-gradient(135deg, #eccef2, #F2CEE0);