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