#eaf9fa
a pale, vivid cyan · cool · closest name: white
RGB
234, 249, 250
HSL
184°, 62%, 95%
CMYK
6, 0, 0, 2
Luminance
0.9215
Every format
| HEX | #eaf9fa |
| RGB | rgb(234, 249, 250) |
| HSL | hsl(184, 62%, 95%) |
| CMYK | cmyk(6%, 0%, 0%, 2%) |
| LAB | lab(96.9 -4.7 -2.2) |
| LCH | lch(96.9 5.2 204.7) |
| OKLCH | oklch(0.971 0.016 201.7) |
Copy-ready code
/* CSS */
color: #eaf9fa;
background-color: #eaf9fa;
/* Tailwind (arbitrary) */
class="text-[#eaf9fa] bg-[#eaf9fa]"
/* SCSS */
$brand: #eaf9fa;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 0.980)
/* Android */
Color.parseColor("#eaf9fa")Accessibility — WCAG contrast
Aa
#eaf9fa on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf9fa on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue98.0%
CMYK percentages
Cyan6.4%
Magenta0.4%
Yellow0.0%
Key (black)2.0%
Color previews
#eaf9fa text on a black background
contrast 19.43:1
Card sample
#eaf9fa text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf9fa;
Background color
Panel with #eaf9fa background
background-color: #eaf9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf9fa; background: linear-gradient(135deg, #eaf9fa, #EAEEFA);