#eaf5d7
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 215
HSL
82°, 60%, 90%
CMYK
5, 0, 12, 4
Luminance
0.8770
Every format
| HEX | #eaf5d7 |
| RGB | rgb(234, 245, 215) |
| HSL | hsl(82, 60%, 90%) |
| CMYK | cmyk(5%, 0%, 12%, 4%) |
| LAB | lab(95.0 -8.8 13.2) |
| LCH | lch(95.0 15.9 123.6) |
| OKLCH | oklch(0.954 0.041 123.6) |
Copy-ready code
/* CSS */
color: #eaf5d7;
background-color: #eaf5d7;
/* Tailwind (arbitrary) */
class="text-[#eaf5d7] bg-[#eaf5d7]"
/* SCSS */
$brand: #eaf5d7;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.843)
/* Android */
Color.parseColor("#eaf5d7")Accessibility — WCAG contrast
Aa
#eaf5d7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5d7 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue84.3%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow12.2%
Key (black)3.9%
Color previews
#eaf5d7 text on a black background
contrast 18.54:1
Card sample
#eaf5d7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5d7;
Background color
Panel with #eaf5d7 background
background-color: #eaf5d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5d7; background: linear-gradient(135deg, #eaf5d7, #D7F5D8);