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