#e5ceeb
a pale, soft violet · warm · closest name: lavender
RGB
229, 206, 235
HSL
288°, 42%, 87%
CMYK
3, 12, 0, 8
Luminance
0.6680
Every format
| HEX | #e5ceeb |
| RGB | rgb(229, 206, 235) |
| HSL | hsl(288, 42%, 87%) |
| CMYK | cmyk(3%, 12%, 0%, 8%) |
| LAB | lab(85.4 13.1 -11.3) |
| LCH | lch(85.4 17.3 319.1) |
| OKLCH | oklch(0.879 0.046 319.2) |
Copy-ready code
/* CSS */
color: #e5ceeb;
background-color: #e5ceeb;
/* Tailwind (arbitrary) */
class="text-[#e5ceeb] bg-[#e5ceeb]"
/* SCSS */
$brand: #e5ceeb;
/* SwiftUI */
Color(red: 0.898, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#e5ceeb")Accessibility — WCAG contrast
Aa
#e5ceeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ceeb on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green80.8%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e5ceeb text on a black background
contrast 14.36:1
Card sample
#e5ceeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ceeb;
Background color
Panel with #e5ceeb background
background-color: #e5ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ceeb; background: linear-gradient(135deg, #e5ceeb, #EBCEDE);