#eaf2fe
a pale, electric blue · cool · closest name: lavender
RGB
234, 242, 254
HSL
216°, 91%, 96%
CMYK
8, 5, 0, 0
Luminance
0.8815
Every format
| HEX | #eaf2fe |
| RGB | rgb(234, 242, 254) |
| HSL | hsl(216, 91%, 96%) |
| CMYK | cmyk(8%, 5%, 0%, 0%) |
| LAB | lab(95.2 -0.4 -6.7) |
| LCH | lch(95.2 6.7 266.5) |
| OKLCH | oklch(0.959 0.018 258.4) |
Copy-ready code
/* CSS */
color: #eaf2fe;
background-color: #eaf2fe;
/* Tailwind (arbitrary) */
class="text-[#eaf2fe] bg-[#eaf2fe]"
/* SCSS */
$brand: #eaf2fe;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#eaf2fe")Accessibility — WCAG contrast
Aa
#eaf2fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2fe on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue99.6%
CMYK percentages
Cyan7.9%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#eaf2fe text on a black background
contrast 18.63:1
Card sample
#eaf2fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2fe;
Background color
Panel with #eaf2fe background
background-color: #eaf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2fe; background: linear-gradient(135deg, #eaf2fe, #EFEAFE);