#eedbfe
a pale, electric violet · warm · closest name: lavender
RGB
238, 219, 254
HSL
273°, 95%, 93%
CMYK
6, 14, 0, 0
Luminance
0.7600
Every format
| HEX | #eedbfe |
| RGB | rgb(238, 219, 254) |
| HSL | hsl(273, 95%, 93%) |
| CMYK | cmyk(6%, 14%, 0%, 0%) |
| LAB | lab(89.9 12.8 -14.6) |
| LCH | lch(89.9 19.4 311.2) |
| OKLCH | oklch(0.917 0.051 309.6) |
Copy-ready code
/* CSS */
color: #eedbfe;
background-color: #eedbfe;
/* Tailwind (arbitrary) */
class="text-[#eedbfe] bg-[#eedbfe]"
/* SCSS */
$brand: #eedbfe;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#eedbfe")Accessibility — WCAG contrast
Aa
#eedbfe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbfe on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#eedbfe text on a black background
contrast 16.20:1
Card sample
#eedbfe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbfe;
Background color
Panel with #eedbfe background
background-color: #eedbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbfe; background: linear-gradient(135deg, #eedbfe, #FEDBF7);