#efebfe
a pale, electric blue · warm · closest name: lavender
RGB
239, 235, 254
HSL
253°, 91%, 96%
CMYK
6, 8, 0, 0
Luminance
0.8492
Every format
| HEX | #efebfe |
| RGB | rgb(239, 235, 254) |
| HSL | hsl(253, 91%, 96%) |
| CMYK | cmyk(6%, 8%, 0%, 0%) |
| LAB | lab(93.8 4.8 -8.7) |
| LCH | lch(93.8 9.9 298.9) |
| OKLCH | oklch(0.949 0.026 295.6) |
Copy-ready code
/* CSS */
color: #efebfe;
background-color: #efebfe;
/* Tailwind (arbitrary) */
class="text-[#efebfe] bg-[#efebfe]"
/* SCSS */
$brand: #efebfe;
/* SwiftUI */
Color(red: 0.937, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#efebfe")Accessibility — WCAG contrast
Aa
#efebfe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efebfe on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.2%
Blue99.6%
CMYK percentages
Cyan5.9%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#efebfe text on a black background
contrast 17.98:1
Card sample
#efebfe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efebfe;
Background color
Panel with #efebfe background
background-color: #efebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efebfe; background: linear-gradient(135deg, #efebfe, #FCEBFE);