#e9cdfb
a pale, electric violet · warm · closest name: lavender
RGB
233, 205, 251
HSL
277°, 85%, 89%
CMYK
7, 18, 0, 2
Luminance
0.6795
Every format
| HEX | #e9cdfb |
| RGB | rgb(233, 205, 251) |
| HSL | hsl(277, 85%, 89%) |
| CMYK | cmyk(7%, 18%, 0%, 2%) |
| LAB | lab(86.0 18.0 -18.9) |
| LCH | lch(86.0 26.1 313.6) |
| OKLCH | oklch(0.886 0.069 312.1) |
Copy-ready code
/* CSS */
color: #e9cdfb;
background-color: #e9cdfb;
/* Tailwind (arbitrary) */
class="text-[#e9cdfb] bg-[#e9cdfb]"
/* SCSS */
$brand: #e9cdfb;
/* SwiftUI */
Color(red: 0.914, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#e9cdfb")Accessibility — WCAG contrast
Aa
#e9cdfb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9cdfb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan7.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#e9cdfb text on a black background
contrast 14.59:1
Card sample
#e9cdfb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9cdfb;
Background color
Panel with #e9cdfb background
background-color: #e9cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9cdfb; background: linear-gradient(135deg, #e9cdfb, #FBCDEE);