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