#ecceee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 206, 238
HSL
296°, 49%, 87%
CMYK
1, 13, 0, 7
Luminance
0.6815
Every format
| HEX | #ecceee |
| RGB | rgb(236, 206, 238) |
| HSL | hsl(296, 49%, 87%) |
| CMYK | cmyk(1%, 13%, 0%, 7%) |
| LAB | lab(86.1 16.0 -11.8) |
| LCH | lch(86.1 19.9 323.5) |
| OKLCH | oklch(0.886 0.054 324.1) |
Copy-ready code
/* CSS */
color: #ecceee;
background-color: #ecceee;
/* Tailwind (arbitrary) */
class="text-[#ecceee] bg-[#ecceee]"
/* SCSS */
$brand: #ecceee;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#ecceee")Accessibility — WCAG contrast
Aa
#ecceee on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecceee on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ecceee text on a black background
contrast 14.63:1
Card sample
#ecceee text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecceee;
Background color
Panel with #ecceee background
background-color: #ecceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecceee; background: linear-gradient(135deg, #ecceee, #EECEDB);