#eaf5f1
a pale, soft green · cool · closest name: white
RGB
234, 245, 241
HSL
158°, 36%, 94%
CMYK
5, 0, 2, 4
Luminance
0.8915
Every format
| HEX | #eaf5f1 |
| RGB | rgb(234, 245, 241) |
| HSL | hsl(158, 36%, 94%) |
| CMYK | cmyk(5%, 0%, 2%, 4%) |
| LAB | lab(95.6 -4.3 0.7) |
| LCH | lch(95.6 4.4 171.4) |
| OKLCH | oklch(0.961 0.013 172.4) |
Copy-ready code
/* CSS */
color: #eaf5f1;
background-color: #eaf5f1;
/* Tailwind (arbitrary) */
class="text-[#eaf5f1] bg-[#eaf5f1]"
/* SCSS */
$brand: #eaf5f1;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.945)
/* Android */
Color.parseColor("#eaf5f1")Accessibility — WCAG contrast
Aa
#eaf5f1 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5f1 on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue94.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow1.6%
Key (black)3.9%
Color previews
#eaf5f1 text on a black background
contrast 18.83:1
Card sample
#eaf5f1 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5f1;
Background color
Panel with #eaf5f1 background
background-color: #eaf5f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5f1; background: linear-gradient(135deg, #eaf5f1, #EAF2F5);