#eaf7f2
a pale, soft green · cool · closest name: white
RGB
234, 247, 242
HSL
157°, 45%, 94%
CMYK
5, 0, 2, 3
Luminance
0.9042
Every format
| HEX | #eaf7f2 |
| RGB | rgb(234, 247, 242) |
| HSL | hsl(157, 45%, 94%) |
| CMYK | cmyk(5%, 0%, 2%, 3%) |
| LAB | lab(96.2 -5.2 0.9) |
| LCH | lch(96.2 5.3 169.9) |
| OKLCH | oklch(0.965 0.015 171.1) |
Copy-ready code
/* CSS */
color: #eaf7f2;
background-color: #eaf7f2;
/* Tailwind (arbitrary) */
class="text-[#eaf7f2] bg-[#eaf7f2]"
/* SCSS */
$brand: #eaf7f2;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.949)
/* Android */
Color.parseColor("#eaf7f2")Accessibility — WCAG contrast
Aa
#eaf7f2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7f2 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue94.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow2.0%
Key (black)3.1%
Color previews
#eaf7f2 text on a black background
contrast 19.08:1
Card sample
#eaf7f2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7f2;
Background color
Panel with #eaf7f2 background
background-color: #eaf7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7f2; background: linear-gradient(135deg, #eaf7f2, #EAF3F7);