#edf3fe
a pale, electric blue · cool · closest name: lavender
RGB
237, 243, 254
HSL
219°, 90%, 96%
CMYK
7, 4, 0, 0
Luminance
0.8926
Every format
| HEX | #edf3fe |
| RGB | rgb(237, 243, 254) |
| HSL | hsl(219, 90%, 96%) |
| CMYK | cmyk(7%, 4%, 0%, 0%) |
| LAB | lab(95.7 0.0 -6.0) |
| LCH | lch(95.7 6.0 270.4) |
| OKLCH | oklch(0.963 0.016 262.8) |
Copy-ready code
/* CSS */
color: #edf3fe;
background-color: #edf3fe;
/* Tailwind (arbitrary) */
class="text-[#edf3fe] bg-[#edf3fe]"
/* SCSS */
$brand: #edf3fe;
/* SwiftUI */
Color(red: 0.929, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#edf3fe")Accessibility — WCAG contrast
Aa
#edf3fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf3fe on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.3%
Blue99.6%
CMYK percentages
Cyan6.7%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#edf3fe text on a black background
contrast 18.85:1
Card sample
#edf3fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf3fe;
Background color
Panel with #edf3fe background
background-color: #edf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf3fe; background: linear-gradient(135deg, #edf3fe, #F2EDFE);