#eedaf6
a pale, vivid violet · warm · closest name: lavender
RGB
238, 218, 246
HSL
283°, 61%, 91%
CMYK
3, 11, 0, 4
Luminance
0.7497
Every format
| HEX | #eedaf6 |
| RGB | rgb(238, 218, 246) |
| HSL | hsl(283, 61%, 91%) |
| CMYK | cmyk(3%, 11%, 0%, 4%) |
| LAB | lab(89.4 11.8 -11.1) |
| LCH | lch(89.4 16.2 316.7) |
| OKLCH | oklch(0.913 0.043 316.4) |
Copy-ready code
/* CSS */
color: #eedaf6;
background-color: #eedaf6;
/* Tailwind (arbitrary) */
class="text-[#eedaf6] bg-[#eedaf6]"
/* SCSS */
$brand: #eedaf6;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.965)
/* Android */
Color.parseColor("#eedaf6")Accessibility — WCAG contrast
Aa
#eedaf6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedaf6 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta11.4%
Yellow0.0%
Key (black)3.5%
Color previews
#eedaf6 text on a black background
contrast 15.99:1
Card sample
#eedaf6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedaf6;
Background color
Panel with #eedaf6 background
background-color: #eedaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedaf6; background: linear-gradient(135deg, #eedaf6, #F6DAEB);