#eed5f2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 213, 242
HSL
292°, 53%, 89%
CMYK
2, 12, 0, 5
Luminance
0.7218
Every format
| HEX | #eed5f2 |
| RGB | rgb(238, 213, 242) |
| HSL | hsl(292, 53%, 89%) |
| CMYK | cmyk(2%, 12%, 0%, 5%) |
| LAB | lab(88.0 13.7 -11.0) |
| LCH | lch(88.0 17.6 321.2) |
| OKLCH | oklch(0.902 0.047 321.6) |
Copy-ready code
/* CSS */
color: #eed5f2;
background-color: #eed5f2;
/* Tailwind (arbitrary) */
class="text-[#eed5f2] bg-[#eed5f2]"
/* SCSS */
$brand: #eed5f2;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.949)
/* Android */
Color.parseColor("#eed5f2")Accessibility — WCAG contrast
Aa
#eed5f2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed5f2 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta12.0%
Yellow0.0%
Key (black)5.1%
Color previews
#eed5f2 text on a black background
contrast 15.44:1
Card sample
#eed5f2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed5f2;
Background color
Panel with #eed5f2 background
background-color: #eed5f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed5f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed5f2; background: linear-gradient(135deg, #eed5f2, #F2D5E3);