#e9ceeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 206, 235
HSL
296°, 42%, 87%
CMYK
1, 12, 0, 8
Luminance
0.6746
Every format
| HEX | #e9ceeb |
| RGB | rgb(233, 206, 235) |
| HSL | hsl(296, 42%, 87%) |
| CMYK | cmyk(1%, 12%, 0%, 8%) |
| LAB | lab(85.7 14.4 -10.8) |
| LCH | lch(85.7 18.0 323.2) |
| OKLCH | oklch(0.883 0.049 323.8) |
Copy-ready code
/* CSS */
color: #e9ceeb;
background-color: #e9ceeb;
/* Tailwind (arbitrary) */
class="text-[#e9ceeb] bg-[#e9ceeb]"
/* SCSS */
$brand: #e9ceeb;
/* SwiftUI */
Color(red: 0.914, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#e9ceeb")Accessibility — WCAG contrast
Aa
#e9ceeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ceeb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green80.8%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e9ceeb text on a black background
contrast 14.49:1
Card sample
#e9ceeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ceeb;
Background color
Panel with #e9ceeb background
background-color: #e9ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ceeb; background: linear-gradient(135deg, #e9ceeb, #EBCEDA);