#eed6fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 214, 252
HSL
278°, 86%, 91%
CMYK
6, 15, 0, 1
Luminance
0.7330
Every format
| HEX | #eed6fc |
| RGB | rgb(238, 214, 252) |
| HSL | hsl(278, 86%, 91%) |
| CMYK | cmyk(6%, 15%, 0%, 1%) |
| LAB | lab(88.6 15.0 -15.5) |
| LCH | lch(88.6 21.6 314.2) |
| OKLCH | oklch(0.907 0.057 313.2) |
Copy-ready code
/* CSS */
color: #eed6fc;
background-color: #eed6fc;
/* Tailwind (arbitrary) */
class="text-[#eed6fc] bg-[#eed6fc]"
/* SCSS */
$brand: #eed6fc;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.988)
/* Android */
Color.parseColor("#eed6fc")Accessibility — WCAG contrast
Aa
#eed6fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed6fc on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta15.1%
Yellow0.0%
Key (black)1.2%
Color previews
#eed6fc text on a black background
contrast 15.66:1
Card sample
#eed6fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed6fc;
Background color
Panel with #eed6fc background
background-color: #eed6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed6fc; background: linear-gradient(135deg, #eed6fc, #FCD6F1);