#eed8f3
a pale, vivid violet · warm · closest name: lavender
RGB
238, 216, 243
HSL
289°, 53%, 90%
CMYK
2, 11, 0, 5
Luminance
0.7376
Every format
| HEX | #eed8f3 |
| RGB | rgb(238, 216, 243) |
| HSL | hsl(289, 53%, 90%) |
| CMYK | cmyk(2%, 11%, 0%, 5%) |
| LAB | lab(88.8 12.3 -10.4) |
| LCH | lch(88.8 16.1 319.8) |
| OKLCH | oklch(0.908 0.043 320.0) |
Copy-ready code
/* CSS */
color: #eed8f3;
background-color: #eed8f3;
/* Tailwind (arbitrary) */
class="text-[#eed8f3] bg-[#eed8f3]"
/* SCSS */
$brand: #eed8f3;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.953)
/* Android */
Color.parseColor("#eed8f3")Accessibility — WCAG contrast
Aa
#eed8f3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed8f3 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta11.1%
Yellow0.0%
Key (black)4.7%
Color previews
#eed8f3 text on a black background
contrast 15.75:1
Card sample
#eed8f3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed8f3;
Background color
Panel with #eed8f3 background
background-color: #eed8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed8f3; background: linear-gradient(135deg, #eed8f3, #F3D8E6);