#eddbfb
a pale, electric violet · warm · closest name: lavender
RGB
237, 219, 251
HSL
274°, 80%, 92%
CMYK
6, 13, 0, 2
Luminance
0.7563
Every format
| HEX | #eddbfb |
| RGB | rgb(237, 219, 251) |
| HSL | hsl(274, 80%, 92%) |
| CMYK | cmyk(6%, 13%, 0%, 2%) |
| LAB | lab(89.7 11.9 -13.3) |
| LCH | lch(89.7 17.9 311.8) |
| OKLCH | oklch(0.916 0.047 310.5) |
Copy-ready code
/* CSS */
color: #eddbfb;
background-color: #eddbfb;
/* Tailwind (arbitrary) */
class="text-[#eddbfb] bg-[#eddbfb]"
/* SCSS */
$brand: #eddbfb;
/* SwiftUI */
Color(red: 0.929, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#eddbfb")Accessibility — WCAG contrast
Aa
#eddbfb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddbfb on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green85.9%
Blue98.4%
CMYK percentages
Cyan5.6%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#eddbfb text on a black background
contrast 16.13:1
Card sample
#eddbfb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddbfb;
Background color
Panel with #eddbfb background
background-color: #eddbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddbfb; background: linear-gradient(135deg, #eddbfb, #FBDBF4);