#e5cceb
a pale, soft violet · warm · closest name: lavender
RGB
229, 204, 235
HSL
288°, 44%, 86%
CMYK
3, 13, 0, 8
Luminance
0.6584
Every format
| HEX | #e5cceb |
| RGB | rgb(229, 204, 235) |
| HSL | hsl(288, 44%, 86%) |
| CMYK | cmyk(3%, 13%, 0%, 8%) |
| LAB | lab(84.9 14.2 -12.1) |
| LCH | lch(84.9 18.6 319.6) |
| OKLCH | oklch(0.875 0.050 319.7) |
Copy-ready code
/* CSS */
color: #e5cceb;
background-color: #e5cceb;
/* Tailwind (arbitrary) */
class="text-[#e5cceb] bg-[#e5cceb]"
/* SCSS */
$brand: #e5cceb;
/* SwiftUI */
Color(red: 0.898, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#e5cceb")Accessibility — WCAG contrast
Aa
#e5cceb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5cceb on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green80.0%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e5cceb text on a black background
contrast 14.17:1
Card sample
#e5cceb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5cceb;
Background color
Panel with #e5cceb background
background-color: #e5cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5cceb; background: linear-gradient(135deg, #e5cceb, #EBCCDC);