#edeaf3
a pale, soft violet · warm · closest name: lavender
RGB
237, 234, 243
HSL
260°, 27%, 94%
CMYK
3, 4, 0, 5
Luminance
0.8332
Every format
| HEX | #edeaf3 |
| RGB | rgb(237, 234, 243) |
| HSL | hsl(260, 27%, 94%) |
| CMYK | cmyk(3%, 4%, 0%, 5%) |
| LAB | lab(93.2 2.6 -4.0) |
| LCH | lch(93.2 4.8 303.3) |
| OKLCH | oklch(0.942 0.012 301.3) |
Copy-ready code
/* CSS */
color: #edeaf3;
background-color: #edeaf3;
/* Tailwind (arbitrary) */
class="text-[#edeaf3] bg-[#edeaf3]"
/* SCSS */
$brand: #edeaf3;
/* SwiftUI */
Color(red: 0.929, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#edeaf3")Accessibility — WCAG contrast
Aa
#edeaf3 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeaf3 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green91.8%
Blue95.3%
CMYK percentages
Cyan2.5%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#edeaf3 text on a black background
contrast 17.66:1
Card sample
#edeaf3 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeaf3;
Background color
Panel with #edeaf3 background
background-color: #edeaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeaf3; background: linear-gradient(135deg, #edeaf3, #F3EAF3);