#eedafc
a pale, electric violet · warm · closest name: lavender
RGB
238, 218, 252
HSL
275°, 85%, 92%
CMYK
6, 14, 0, 1
Luminance
0.7535
Every format
| HEX | #eedafc |
| RGB | rgb(238, 218, 252) |
| HSL | hsl(275, 85%, 92%) |
| CMYK | cmyk(6%, 14%, 0%, 1%) |
| LAB | lab(89.6 12.9 -14.0) |
| LCH | lch(89.6 19.1 312.7) |
| OKLCH | oklch(0.915 0.050 311.5) |
Copy-ready code
/* CSS */
color: #eedafc;
background-color: #eedafc;
/* Tailwind (arbitrary) */
class="text-[#eedafc] bg-[#eedafc]"
/* SCSS */
$brand: #eedafc;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#eedafc")Accessibility — WCAG contrast
Aa
#eedafc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedafc on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eedafc text on a black background
contrast 16.07:1
Card sample
#eedafc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedafc;
Background color
Panel with #eedafc background
background-color: #eedafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedafc; background: linear-gradient(135deg, #eedafc, #FCDAF3);