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