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