#eed4fb
a pale, electric violet · warm · closest name: lavender
RGB
238, 212, 251
HSL
280°, 83%, 91%
CMYK
5, 16, 0, 2
Luminance
0.7223
Every format
| HEX | #eed4fb |
| RGB | rgb(238, 212, 251) |
| HSL | hsl(280, 83%, 91%) |
| CMYK | cmyk(5%, 16%, 0%, 2%) |
| LAB | lab(88.1 15.9 -15.7) |
| LCH | lch(88.1 22.4 315.3) |
| OKLCH | oklch(0.903 0.059 314.5) |
Copy-ready code
/* CSS */
color: #eed4fb;
background-color: #eed4fb;
/* Tailwind (arbitrary) */
class="text-[#eed4fb] bg-[#eed4fb]"
/* SCSS */
$brand: #eed4fb;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.984)
/* Android */
Color.parseColor("#eed4fb")Accessibility — WCAG contrast
Aa
#eed4fb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4fb on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta15.5%
Yellow0.0%
Key (black)1.6%
Color previews
#eed4fb text on a black background
contrast 15.45:1
Card sample
#eed4fb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4fb;
Background color
Panel with #eed4fb background
background-color: #eed4fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4fb; background: linear-gradient(135deg, #eed4fb, #FBD4EE);