#eaf5ec
a pale, soft green · cool · closest name: ivory
RGB
234, 245, 236
HSL
131°, 36%, 94%
CMYK
5, 0, 4, 4
Luminance
0.8885
Every format
| HEX | #eaf5ec |
| RGB | rgb(234, 245, 236) |
| HSL | hsl(131, 36%, 94%) |
| CMYK | cmyk(5%, 0%, 4%, 4%) |
| LAB | lab(95.5 -5.2 3.1) |
| LCH | lch(95.5 6.1 149.6) |
| OKLCH | oklch(0.959 0.017 151.1) |
Copy-ready code
/* CSS */
color: #eaf5ec;
background-color: #eaf5ec;
/* Tailwind (arbitrary) */
class="text-[#eaf5ec] bg-[#eaf5ec]"
/* SCSS */
$brand: #eaf5ec;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.925)
/* Android */
Color.parseColor("#eaf5ec")Accessibility — WCAG contrast
Aa
#eaf5ec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5ec on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue92.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow3.7%
Key (black)3.9%
Color previews
#eaf5ec text on a black background
contrast 18.77:1
Card sample
#eaf5ec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5ec;
Background color
Panel with #eaf5ec background
background-color: #eaf5ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5ec; background: linear-gradient(135deg, #eaf5ec, #EAF5F3);