#eed0f2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 208, 242
HSL
293°, 57%, 88%
CMYK
2, 14, 0, 5
Luminance
0.6970
Every format
| HEX | #eed0f2 |
| RGB | rgb(238, 208, 242) |
| HSL | hsl(293, 57%, 88%) |
| CMYK | cmyk(2%, 14%, 0%, 5%) |
| LAB | lab(86.8 16.3 -12.8) |
| LCH | lch(86.8 20.8 321.9) |
| OKLCH | oklch(0.893 0.056 322.3) |
Copy-ready code
/* CSS */
color: #eed0f2;
background-color: #eed0f2;
/* Tailwind (arbitrary) */
class="text-[#eed0f2] bg-[#eed0f2]"
/* SCSS */
$brand: #eed0f2;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.949)
/* Android */
Color.parseColor("#eed0f2")Accessibility — WCAG contrast
Aa
#eed0f2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed0f2 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta14.0%
Yellow0.0%
Key (black)5.1%
Color previews
#eed0f2 text on a black background
contrast 14.94:1
Card sample
#eed0f2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed0f2;
Background color
Panel with #eed0f2 background
background-color: #eed0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed0f2; background: linear-gradient(135deg, #eed0f2, #F2D0DF);