#efeafd
a pale, electric violet · warm · closest name: lavender
RGB
239, 234, 253
HSL
256°, 83%, 96%
CMYK
6, 8, 0, 1
Luminance
0.8429
Every format
| HEX | #efeafd |
| RGB | rgb(239, 234, 253) |
| HSL | hsl(256, 83%, 96%) |
| CMYK | cmyk(6%, 8%, 0%, 1%) |
| LAB | lab(93.6 5.1 -8.6) |
| LCH | lch(93.6 10.0 300.9) |
| OKLCH | oklch(0.947 0.026 297.9) |
Copy-ready code
/* CSS */
color: #efeafd;
background-color: #efeafd;
/* Tailwind (arbitrary) */
class="text-[#efeafd] bg-[#efeafd]"
/* SCSS */
$brand: #efeafd;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#efeafd")Accessibility — WCAG contrast
Aa
#efeafd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeafd on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#efeafd text on a black background
contrast 17.86:1
Card sample
#efeafd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeafd;
Background color
Panel with #efeafd background
background-color: #efeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeafd; background: linear-gradient(135deg, #efeafd, #FCEAFD);