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