#eed3ff
a pale, electric violet · warm · closest name: lavender
RGB
238, 211, 255
HSL
277°, 100%, 91%
CMYK
7, 17, 0, 0
Luminance
0.7199
Every format
| HEX | #eed3ff |
| RGB | rgb(238, 211, 255) |
| HSL | hsl(277, 100%, 91%) |
| CMYK | cmyk(7%, 17%, 0%, 0%) |
| LAB | lab(88.0 17.2 -18.0) |
| LCH | lch(88.0 24.9 313.7) |
| OKLCH | oklch(0.903 0.066 312.4) |
Copy-ready code
/* CSS */
color: #eed3ff;
background-color: #eed3ff;
/* Tailwind (arbitrary) */
class="text-[#eed3ff] bg-[#eed3ff]"
/* SCSS */
$brand: #eed3ff;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#eed3ff")Accessibility — WCAG contrast
Aa
#eed3ff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3ff on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#eed3ff text on a black background
contrast 15.40:1
Card sample
#eed3ff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3ff;
Background color
Panel with #eed3ff background
background-color: #eed3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3ff; background: linear-gradient(135deg, #eed3ff, #FFD3F3);