#ecceec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 206, 236
HSL
300°, 44%, 87%
CMYK
0, 13, 0, 8
Luminance
0.6803
Every format
| HEX | #ecceec |
| RGB | rgb(236, 206, 236) |
| HSL | hsl(300, 44%, 87%) |
| CMYK | cmyk(0%, 13%, 0%, 8%) |
| LAB | lab(86.0 15.6 -10.9) |
| LCH | lch(86.0 19.0 325.1) |
| OKLCH | oklch(0.885 0.052 326.0) |
Copy-ready code
/* CSS */
color: #ecceec;
background-color: #ecceec;
/* Tailwind (arbitrary) */
class="text-[#ecceec] bg-[#ecceec]"
/* SCSS */
$brand: #ecceec;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.925)
/* Android */
Color.parseColor("#ecceec")Accessibility — WCAG contrast
Aa
#ecceec on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecceec on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow0.0%
Key (black)7.5%
Color previews
#ecceec text on a black background
contrast 14.61:1
Card sample
#ecceec text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecceec;
Background color
Panel with #ecceec background
background-color: #ecceec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecceec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecceec; background: linear-gradient(135deg, #ecceec, #ECCED8);