#eaf2ed
a pale, soft green · cool · closest name: white
RGB
234, 242, 237
HSL
143°, 24%, 93%
CMYK
3, 0, 2, 5
Luminance
0.8711
Every format
| HEX | #eaf2ed |
| RGB | rgb(234, 242, 237) |
| HSL | hsl(143, 24%, 93%) |
| CMYK | cmyk(3%, 0%, 2%, 5%) |
| LAB | lab(94.8 -3.5 1.5) |
| LCH | lch(94.8 3.8 157.2) |
| OKLCH | oklch(0.954 0.011 158.8) |
Copy-ready code
/* CSS */
color: #eaf2ed;
background-color: #eaf2ed;
/* Tailwind (arbitrary) */
class="text-[#eaf2ed] bg-[#eaf2ed]"
/* SCSS */
$brand: #eaf2ed;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.929)
/* Android */
Color.parseColor("#eaf2ed")Accessibility — WCAG contrast
Aa
#eaf2ed on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2ed on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue92.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow2.1%
Key (black)5.1%
Color previews
#eaf2ed text on a black background
contrast 18.42:1
Card sample
#eaf2ed text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2ed;
Background color
Panel with #eaf2ed background
background-color: #eaf2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2ed; background: linear-gradient(135deg, #eaf2ed, #EAF2F2);