#eed6f4
a pale, vivid violet · warm · closest name: lavender
RGB
238, 214, 244
HSL
288°, 58%, 90%
CMYK
3, 12, 0, 4
Luminance
0.7280
Every format
| HEX | #eed6f4 |
| RGB | rgb(238, 214, 244) |
| HSL | hsl(288, 58%, 90%) |
| CMYK | cmyk(3%, 12%, 0%, 4%) |
| LAB | lab(88.3 13.5 -11.6) |
| LCH | lch(88.3 17.8 319.3) |
| OKLCH | oklch(0.905 0.048 319.5) |
Copy-ready code
/* CSS */
color: #eed6f4;
background-color: #eed6f4;
/* Tailwind (arbitrary) */
class="text-[#eed6f4] bg-[#eed6f4]"
/* SCSS */
$brand: #eed6f4;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.957)
/* Android */
Color.parseColor("#eed6f4")Accessibility — WCAG contrast
Aa
#eed6f4 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed6f4 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta12.3%
Yellow0.0%
Key (black)4.3%
Color previews
#eed6f4 text on a black background
contrast 15.56:1
Card sample
#eed6f4 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed6f4;
Background color
Panel with #eed6f4 background
background-color: #eed6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed6f4; background: linear-gradient(135deg, #eed6f4, #F4D6E6);