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