#efeaf4
a pale, soft violet · warm · closest name: lavender
RGB
239, 234, 244
HSL
270°, 31%, 94%
CMYK
2, 4, 0, 4
Luminance
0.8373
Every format
| HEX | #efeaf4 |
| RGB | rgb(239, 234, 244) |
| HSL | hsl(270, 31%, 94%) |
| CMYK | cmyk(2%, 4%, 0%, 4%) |
| LAB | lab(93.3 3.5 -4.2) |
| LCH | lch(93.3 5.5 309.3) |
| OKLCH | oklch(0.944 0.014 308.3) |
Copy-ready code
/* CSS */
color: #efeaf4;
background-color: #efeaf4;
/* Tailwind (arbitrary) */
class="text-[#efeaf4] bg-[#efeaf4]"
/* SCSS */
$brand: #efeaf4;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#efeaf4")Accessibility — WCAG contrast
Aa
#efeaf4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeaf4 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue95.7%
CMYK percentages
Cyan2.0%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#efeaf4 text on a black background
contrast 17.75:1
Card sample
#efeaf4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeaf4;
Background color
Panel with #efeaf4 background
background-color: #efeaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeaf4; background: linear-gradient(135deg, #efeaf4, #F4EAF2);