#eaf2f9
a pale, vivid blue · cool · closest name: white
RGB
234, 242, 249
HSL
208°, 56%, 95%
CMYK
6, 3, 0, 2
Luminance
0.8784
Every format
| HEX | #eaf2f9 |
| RGB | rgb(234, 242, 249) |
| HSL | hsl(208, 56%, 95%) |
| CMYK | cmyk(6%, 3%, 0%, 2%) |
| LAB | lab(95.1 -1.4 -4.3) |
| LCH | lch(95.1 4.5 252.5) |
| OKLCH | oklch(0.957 0.013 244.3) |
Copy-ready code
/* CSS */
color: #eaf2f9;
background-color: #eaf2f9;
/* Tailwind (arbitrary) */
class="text-[#eaf2f9] bg-[#eaf2f9]"
/* SCSS */
$brand: #eaf2f9;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.976)
/* Android */
Color.parseColor("#eaf2f9")Accessibility — WCAG contrast
Aa
#eaf2f9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2f9 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue97.6%
CMYK percentages
Cyan6.0%
Magenta2.8%
Yellow0.0%
Key (black)2.4%
Color previews
#eaf2f9 text on a black background
contrast 18.57:1
Card sample
#eaf2f9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2f9;
Background color
Panel with #eaf2f9 background
background-color: #eaf2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2f9; background: linear-gradient(135deg, #eaf2f9, #ECEAF9);