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