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