#eedffb
a pale, electric violet · warm · closest name: lavender
RGB
238, 223, 251
HSL
272°, 78%, 93%
CMYK
5, 11, 0, 2
Luminance
0.7792
Every format
| HEX | #eedffb |
| RGB | rgb(238, 223, 251) |
| HSL | hsl(272, 78%, 93%) |
| CMYK | cmyk(5%, 11%, 0%, 2%) |
| LAB | lab(90.7 10.1 -11.7) |
| LCH | lch(90.7 15.5 310.8) |
| OKLCH | oklch(0.924 0.041 309.4) |
Copy-ready code
/* CSS */
color: #eedffb;
background-color: #eedffb;
/* Tailwind (arbitrary) */
class="text-[#eedffb] bg-[#eedffb]"
/* SCSS */
$brand: #eedffb;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#eedffb")Accessibility — WCAG contrast
Aa
#eedffb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedffb on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#eedffb text on a black background
contrast 16.58:1
Card sample
#eedffb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedffb;
Background color
Panel with #eedffb background
background-color: #eedffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedffb; background: linear-gradient(135deg, #eedffb, #FBDFF5);