#eaf1eb
a pale, soft green · cool · closest name: white
RGB
234, 241, 235
HSL
129°, 20%, 93%
CMYK
3, 0, 3, 6
Luminance
0.8640
Every format
| HEX | #eaf1eb |
| RGB | rgb(234, 241, 235) |
| HSL | hsl(129, 20%, 93%) |
| CMYK | cmyk(3%, 0%, 3%, 6%) |
| LAB | lab(94.5 -3.4 2.1) |
| LCH | lch(94.5 4.0 148.5) |
| OKLCH | oklch(0.951 0.011 149.9) |
Copy-ready code
/* CSS */
color: #eaf1eb;
background-color: #eaf1eb;
/* Tailwind (arbitrary) */
class="text-[#eaf1eb] bg-[#eaf1eb]"
/* SCSS */
$brand: #eaf1eb;
/* SwiftUI */
Color(red: 0.918, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#eaf1eb")Accessibility — WCAG contrast
Aa
#eaf1eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf1eb on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.5%
Blue92.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#eaf1eb text on a black background
contrast 18.28:1
Card sample
#eaf1eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf1eb;
Background color
Panel with #eaf1eb background
background-color: #eaf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf1eb; background: linear-gradient(135deg, #eaf1eb, #EAF1F0);