#efecfa
a pale, vivid blue · warm · closest name: lavender
RGB
239, 236, 250
HSL
253°, 58%, 95%
CMYK
4, 6, 0, 2
Luminance
0.8524
Every format
| HEX | #efecfa |
| RGB | rgb(239, 236, 250) |
| HSL | hsl(253, 58%, 95%) |
| CMYK | cmyk(4%, 6%, 0%, 2%) |
| LAB | lab(94.0 3.5 -6.4) |
| LCH | lch(94.0 7.3 298.9) |
| OKLCH | oklch(0.950 0.019 295.9) |
Copy-ready code
/* CSS */
color: #efecfa;
background-color: #efecfa;
/* Tailwind (arbitrary) */
class="text-[#efecfa] bg-[#efecfa]"
/* SCSS */
$brand: #efecfa;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.980)
/* Android */
Color.parseColor("#efecfa")Accessibility — WCAG contrast
Aa
#efecfa on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efecfa on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue98.0%
CMYK percentages
Cyan4.4%
Magenta5.6%
Yellow0.0%
Key (black)2.0%
Color previews
#efecfa text on a black background
contrast 18.05:1
Card sample
#efecfa text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efecfa;
Background color
Panel with #efecfa background
background-color: #efecfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efecfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efecfa; background: linear-gradient(135deg, #efecfa, #F8ECFA);