#eadff1
a pale, soft violet · warm · closest name: lavender
RGB
234, 223, 241
HSL
277°, 39%, 91%
CMYK
3, 8, 0, 6
Luminance
0.7662
Every format
| HEX | #eadff1 |
| RGB | rgb(234, 223, 241) |
| HSL | hsl(277, 39%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 6%) |
| LAB | lab(90.2 7.0 -7.4) |
| LCH | lch(90.2 10.2 313.2) |
| OKLCH | oklch(0.918 0.027 312.6) |
Copy-ready code
/* CSS */
color: #eadff1;
background-color: #eadff1;
/* Tailwind (arbitrary) */
class="text-[#eadff1] bg-[#eadff1]"
/* SCSS */
$brand: #eadff1;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.945)
/* Android */
Color.parseColor("#eadff1")Accessibility — WCAG contrast
Aa
#eadff1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadff1 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue94.5%
CMYK percentages
Cyan2.9%
Magenta7.5%
Yellow0.0%
Key (black)5.5%
Color previews
#eadff1 text on a black background
contrast 16.32:1
Card sample
#eadff1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadff1;
Background color
Panel with #eadff1 background
background-color: #eadff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadff1; background: linear-gradient(135deg, #eadff1, #F1DFEC);