#eedffa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 223, 250
HSL
273°, 73%, 93%
CMYK
5, 11, 0, 2
Luminance
0.7785
Every format
| HEX | #eedffa |
| RGB | rgb(238, 223, 250) |
| HSL | hsl(273, 73%, 93%) |
| CMYK | cmyk(5%, 11%, 0%, 2%) |
| LAB | lab(90.7 9.9 -11.3) |
| LCH | lch(90.7 15.0 311.5) |
| OKLCH | oklch(0.924 0.040 310.3) |
Copy-ready code
/* CSS */
color: #eedffa;
background-color: #eedffa;
/* Tailwind (arbitrary) */
class="text-[#eedffa] bg-[#eedffa]"
/* SCSS */
$brand: #eedffa;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#eedffa")Accessibility — WCAG contrast
Aa
#eedffa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedffa on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#eedffa text on a black background
contrast 16.57:1
Card sample
#eedffa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedffa;
Background color
Panel with #eedffa background
background-color: #eedffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedffa; background: linear-gradient(135deg, #eedffa, #FADFF4);