#eed7fe
a pale, electric violet · warm · closest name: lavender
RGB
238, 215, 254
HSL
275°, 95%, 92%
CMYK
6, 15, 0, 0
Luminance
0.7393
Every format
| HEX | #eed7fe |
| RGB | rgb(238, 215, 254) |
| HSL | hsl(275, 95%, 92%) |
| CMYK | cmyk(6%, 15%, 0%, 0%) |
| LAB | lab(88.9 14.9 -16.1) |
| LCH | lch(88.9 21.9 312.8) |
| OKLCH | oklch(0.910 0.058 311.5) |
Copy-ready code
/* CSS */
color: #eed7fe;
background-color: #eed7fe;
/* Tailwind (arbitrary) */
class="text-[#eed7fe] bg-[#eed7fe]"
/* SCSS */
$brand: #eed7fe;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#eed7fe")Accessibility — WCAG contrast
Aa
#eed7fe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7fe on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#eed7fe text on a black background
contrast 15.79:1
Card sample
#eed7fe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7fe;
Background color
Panel with #eed7fe background
background-color: #eed7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7fe; background: linear-gradient(135deg, #eed7fe, #FED7F4);