#e5cdfb
a pale, electric violet · warm · closest name: lavender
RGB
229, 205, 251
HSL
271°, 85%, 89%
CMYK
9, 18, 0, 2
Luminance
0.6729
Every format
| HEX | #e5cdfb |
| RGB | rgb(229, 205, 251) |
| HSL | hsl(271, 85%, 89%) |
| CMYK | cmyk(9%, 18%, 0%, 2%) |
| LAB | lab(85.7 16.7 -19.4) |
| LCH | lch(85.7 25.6 310.7) |
| OKLCH | oklch(0.883 0.067 308.5) |
Copy-ready code
/* CSS */
color: #e5cdfb;
background-color: #e5cdfb;
/* Tailwind (arbitrary) */
class="text-[#e5cdfb] bg-[#e5cdfb]"
/* SCSS */
$brand: #e5cdfb;
/* SwiftUI */
Color(red: 0.898, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#e5cdfb")Accessibility — WCAG contrast
Aa
#e5cdfb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5cdfb on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan8.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#e5cdfb text on a black background
contrast 14.46:1
Card sample
#e5cdfb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5cdfb;
Background color
Panel with #e5cdfb background
background-color: #e5cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5cdfb; background: linear-gradient(135deg, #e5cdfb, #FBCDF2);