#eaf6eb
a pale, soft green · cool · closest name: ivory
RGB
234, 246, 235
HSL
125°, 40%, 94%
CMYK
5, 0, 5, 4
Luminance
0.8940
Every format
| HEX | #eaf6eb |
| RGB | rgb(234, 246, 235) |
| HSL | hsl(125, 40%, 94%) |
| CMYK | cmyk(5%, 0%, 5%, 4%) |
| LAB | lab(95.8 -5.9 3.9) |
| LCH | lch(95.8 7.1 146.5) |
| OKLCH | oklch(0.961 0.019 147.9) |
Copy-ready code
/* CSS */
color: #eaf6eb;
background-color: #eaf6eb;
/* Tailwind (arbitrary) */
class="text-[#eaf6eb] bg-[#eaf6eb]"
/* SCSS */
$brand: #eaf6eb;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#eaf6eb")Accessibility — WCAG contrast
Aa
#eaf6eb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6eb on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue92.2%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#eaf6eb text on a black background
contrast 18.88:1
Card sample
#eaf6eb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6eb;
Background color
Panel with #eaf6eb background
background-color: #eaf6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6eb; background: linear-gradient(135deg, #eaf6eb, #EAF6F3);