#efeaf9
a pale, vivid violet · warm · closest name: lavender
RGB
239, 234, 249
HSL
260°, 56%, 95%
CMYK
4, 6, 0, 2
Luminance
0.8404
Every format
| HEX | #efeaf9 |
| RGB | rgb(239, 234, 249) |
| HSL | hsl(260, 56%, 95%) |
| CMYK | cmyk(4%, 6%, 0%, 2%) |
| LAB | lab(93.5 4.4 -6.6) |
| LCH | lch(93.5 8.0 303.4) |
| OKLCH | oklch(0.945 0.021 301.1) |
Copy-ready code
/* CSS */
color: #efeaf9;
background-color: #efeaf9;
/* Tailwind (arbitrary) */
class="text-[#efeaf9] bg-[#efeaf9]"
/* SCSS */
$brand: #efeaf9;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#efeaf9")Accessibility — WCAG contrast
Aa
#efeaf9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeaf9 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue97.6%
CMYK percentages
Cyan4.0%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#efeaf9 text on a black background
contrast 17.81:1
Card sample
#efeaf9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeaf9;
Background color
Panel with #efeaf9 background
background-color: #efeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeaf9; background: linear-gradient(135deg, #efeaf9, #F9EAF9);