#efeaf7
a pale, soft violet · warm · closest name: lavender
RGB
239, 234, 247
HSL
263°, 45%, 94%
CMYK
3, 5, 0, 3
Luminance
0.8391
Every format
| HEX | #efeaf7 |
| RGB | rgb(239, 234, 247) |
| HSL | hsl(263, 45%, 94%) |
| CMYK | cmyk(3%, 5%, 0%, 3%) |
| LAB | lab(93.4 4.0 -5.7) |
| LCH | lch(93.4 7.0 305.2) |
| OKLCH | oklch(0.945 0.018 303.4) |
Copy-ready code
/* CSS */
color: #efeaf7;
background-color: #efeaf7;
/* Tailwind (arbitrary) */
class="text-[#efeaf7] bg-[#efeaf7]"
/* SCSS */
$brand: #efeaf7;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#efeaf7")Accessibility — WCAG contrast
Aa
#efeaf7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeaf7 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue96.9%
CMYK percentages
Cyan3.2%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#efeaf7 text on a black background
contrast 17.78:1
Card sample
#efeaf7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeaf7;
Background color
Panel with #efeaf7 background
background-color: #efeaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeaf7; background: linear-gradient(135deg, #efeaf7, #F7EAF6);