#eaf5e1
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 225
HSL
93°, 50%, 92%
CMYK
5, 0, 8, 4
Luminance
0.8823
Every format
| HEX | #eaf5e1 |
| RGB | rgb(234, 245, 225) |
| HSL | hsl(93, 50%, 92%) |
| CMYK | cmyk(5%, 0%, 8%, 4%) |
| LAB | lab(95.3 -7.1 8.4) |
| LCH | lch(95.3 11.0 130.4) |
| OKLCH | oklch(0.957 0.029 130.7) |
Copy-ready code
/* CSS */
color: #eaf5e1;
background-color: #eaf5e1;
/* Tailwind (arbitrary) */
class="text-[#eaf5e1] bg-[#eaf5e1]"
/* SCSS */
$brand: #eaf5e1;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.882)
/* Android */
Color.parseColor("#eaf5e1")Accessibility — WCAG contrast
Aa
#eaf5e1 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5e1 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue88.2%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow8.2%
Key (black)3.9%
Color previews
#eaf5e1 text on a black background
contrast 18.65:1
Card sample
#eaf5e1 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5e1;
Background color
Panel with #eaf5e1 background
background-color: #eaf5e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5e1; background: linear-gradient(135deg, #eaf5e1, #E1F5E5);