#eed2fb
a pale, electric violet · warm · closest name: lavender
RGB
238, 210, 251
HSL
281°, 84%, 90%
CMYK
5, 16, 0, 2
Luminance
0.7124
Every format
| HEX | #eed2fb |
| RGB | rgb(238, 210, 251) |
| HSL | hsl(281, 84%, 90%) |
| CMYK | cmyk(5%, 16%, 0%, 2%) |
| LAB | lab(87.6 16.9 -16.4) |
| LCH | lch(87.6 23.6 315.9) |
| OKLCH | oklch(0.900 0.063 315.1) |
Copy-ready code
/* CSS */
color: #eed2fb;
background-color: #eed2fb;
/* Tailwind (arbitrary) */
class="text-[#eed2fb] bg-[#eed2fb]"
/* SCSS */
$brand: #eed2fb;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.984)
/* Android */
Color.parseColor("#eed2fb")Accessibility — WCAG contrast
Aa
#eed2fb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2fb on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta16.3%
Yellow0.0%
Key (black)1.6%
Color previews
#eed2fb text on a black background
contrast 15.25:1
Card sample
#eed2fb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2fb;
Background color
Panel with #eed2fb background
background-color: #eed2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2fb; background: linear-gradient(135deg, #eed2fb, #FBD2ED);