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