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