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