#eadefc
a pale, electric violet · warm · closest name: lavender
RGB
234, 222, 252
HSL
264°, 83%, 93%
CMYK
7, 12, 0, 1
Luminance
0.7676
Every format
| HEX | #eadefc |
| RGB | rgb(234, 222, 252) |
| HSL | hsl(264, 83%, 93%) |
| CMYK | cmyk(7%, 12%, 0%, 1%) |
| LAB | lab(90.2 9.5 -13.1) |
| LCH | lch(90.2 16.2 306.1) |
| OKLCH | oklch(0.919 0.042 303.7) |
Copy-ready code
/* CSS */
color: #eadefc;
background-color: #eadefc;
/* Tailwind (arbitrary) */
class="text-[#eadefc] bg-[#eadefc]"
/* SCSS */
$brand: #eadefc;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#eadefc")Accessibility — WCAG contrast
Aa
#eadefc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadefc on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eadefc text on a black background
contrast 16.35:1
Card sample
#eadefc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadefc;
Background color
Panel with #eadefc background
background-color: #eadefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadefc; background: linear-gradient(135deg, #eadefc, #FCDEFA);