#eadcf2
a pale, vivid violet · warm · closest name: lavender
RGB
234, 220, 242
HSL
278°, 46%, 91%
CMYK
3, 9, 0, 5
Luminance
0.7509
Every format
| HEX | #eadcf2 |
| RGB | rgb(234, 220, 242) |
| HSL | hsl(278, 46%, 91%) |
| CMYK | cmyk(3%, 9%, 0%, 5%) |
| LAB | lab(89.4 8.7 -9.0) |
| LCH | lch(89.4 12.5 314.1) |
| OKLCH | oklch(0.912 0.033 313.5) |
Copy-ready code
/* CSS */
color: #eadcf2;
background-color: #eadcf2;
/* Tailwind (arbitrary) */
class="text-[#eadcf2] bg-[#eadcf2]"
/* SCSS */
$brand: #eadcf2;
/* SwiftUI */
Color(red: 0.918, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#eadcf2")Accessibility — WCAG contrast
Aa
#eadcf2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadcf2 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.3%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta9.1%
Yellow0.0%
Key (black)5.1%
Color previews
#eadcf2 text on a black background
contrast 16.02:1
Card sample
#eadcf2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadcf2;
Background color
Panel with #eadcf2 background
background-color: #eadcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadcf2; background: linear-gradient(135deg, #eadcf2, #F2DCEB);