#eaf5df
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 223
HSL
90°, 52%, 92%
CMYK
5, 0, 9, 4
Luminance
0.8812
Every format
| HEX | #eaf5df |
| RGB | rgb(234, 245, 223) |
| HSL | hsl(90, 52%, 92%) |
| CMYK | cmyk(5%, 0%, 9%, 4%) |
| LAB | lab(95.2 -7.5 9.3) |
| LCH | lch(95.2 12.0 128.7) |
| OKLCH | oklch(0.956 0.031 128.8) |
Copy-ready code
/* CSS */
color: #eaf5df;
background-color: #eaf5df;
/* Tailwind (arbitrary) */
class="text-[#eaf5df] bg-[#eaf5df]"
/* SCSS */
$brand: #eaf5df;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#eaf5df")Accessibility — WCAG contrast
Aa
#eaf5df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5df on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue87.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#eaf5df text on a black background
contrast 18.62:1
Card sample
#eaf5df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5df;
Background color
Panel with #eaf5df background
background-color: #eaf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5df; background: linear-gradient(135deg, #eaf5df, #DFF5E3);