#efeaf2
a pale, soft violet · warm · closest name: lavender
RGB
239, 234, 242
HSL
278°, 24%, 93%
CMYK
1, 3, 0, 5
Luminance
0.8361
Every format
| HEX | #efeaf2 |
| RGB | rgb(239, 234, 242) |
| HSL | hsl(278, 24%, 93%) |
| CMYK | cmyk(1%, 3%, 0%, 5%) |
| LAB | lab(93.3 3.1 -3.3) |
| LCH | lch(93.3 4.5 313.5) |
| OKLCH | oklch(0.943 0.012 313.2) |
Copy-ready code
/* CSS */
color: #efeaf2;
background-color: #efeaf2;
/* Tailwind (arbitrary) */
class="text-[#efeaf2] bg-[#efeaf2]"
/* SCSS */
$brand: #efeaf2;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#efeaf2")Accessibility — WCAG contrast
Aa
#efeaf2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeaf2 on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue94.9%
CMYK percentages
Cyan1.2%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#efeaf2 text on a black background
contrast 17.72:1
Card sample
#efeaf2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeaf2;
Background color
Panel with #efeaf2 background
background-color: #efeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeaf2; background: linear-gradient(135deg, #efeaf2, #F2EAF0);