#efecfd
a pale, electric blue · warm · closest name: lavender
RGB
239, 236, 253
HSL
251°, 81%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8543
Every format
| HEX | #efecfd |
| RGB | rgb(239, 236, 253) |
| HSL | hsl(251, 81%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(94.1 4.1 -7.8) |
| LCH | lch(94.1 8.8 297.6) |
| OKLCH | oklch(0.950 0.023 294.1) |
Copy-ready code
/* CSS */
color: #efecfd;
background-color: #efecfd;
/* Tailwind (arbitrary) */
class="text-[#efecfd] bg-[#efecfd]"
/* SCSS */
$brand: #efecfd;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#efecfd")Accessibility — WCAG contrast
Aa
#efecfd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efecfd on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#efecfd text on a black background
contrast 18.09:1
Card sample
#efecfd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efecfd;
Background color
Panel with #efecfd background
background-color: #efecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efecfd; background: linear-gradient(135deg, #efecfd, #FAECFD);