#eedffc
a pale, electric violet · warm · closest name: lavender
RGB
238, 223, 252
HSL
271°, 83%, 93%
CMYK
6, 12, 0, 1
Luminance
0.7798
Every format
| HEX | #eedffc |
| RGB | rgb(238, 223, 252) |
| HSL | hsl(271, 83%, 93%) |
| CMYK | cmyk(6%, 12%, 0%, 1%) |
| LAB | lab(90.8 10.3 -12.2) |
| LCH | lch(90.8 16.0 310.2) |
| OKLCH | oklch(0.924 0.042 308.7) |
Copy-ready code
/* CSS */
color: #eedffc;
background-color: #eedffc;
/* Tailwind (arbitrary) */
class="text-[#eedffc] bg-[#eedffc]"
/* SCSS */
$brand: #eedffc;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#eedffc")Accessibility — WCAG contrast
Aa
#eedffc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedffc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eedffc text on a black background
contrast 16.60:1
Card sample
#eedffc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedffc;
Background color
Panel with #eedffc background
background-color: #eedffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedffc; background: linear-gradient(135deg, #eedffc, #FCDFF7);