#eedbfa
a pale, electric violet · warm · closest name: lavender
RGB
238, 219, 250
HSL
277°, 76%, 92%
CMYK
5, 12, 0, 2
Luminance
0.7574
Every format
| HEX | #eedbfa |
| RGB | rgb(238, 219, 250) |
| HSL | hsl(277, 76%, 92%) |
| CMYK | cmyk(5%, 12%, 0%, 2%) |
| LAB | lab(89.7 12.0 -12.7) |
| LCH | lch(89.7 17.5 313.4) |
| OKLCH | oklch(0.916 0.046 312.5) |
Copy-ready code
/* CSS */
color: #eedbfa;
background-color: #eedbfa;
/* Tailwind (arbitrary) */
class="text-[#eedbfa] bg-[#eedbfa]"
/* SCSS */
$brand: #eedbfa;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#eedbfa")Accessibility — WCAG contrast
Aa
#eedbfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbfa on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#eedbfa text on a black background
contrast 16.15:1
Card sample
#eedbfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbfa;
Background color
Panel with #eedbfa background
background-color: #eedbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbfa; background: linear-gradient(135deg, #eedbfa, #FADBF1);