#eaf5d2
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 210
HSL
79°, 64%, 89%
CMYK
5, 0, 14, 4
Luminance
0.8745
Every format
| HEX | #eaf5d2 |
| RGB | rgb(234, 245, 210) |
| HSL | hsl(79, 64%, 89%) |
| CMYK | cmyk(5%, 0%, 14%, 4%) |
| LAB | lab(94.9 -9.6 15.6) |
| LCH | lch(94.9 18.4 121.5) |
| OKLCH | oklch(0.953 0.047 121.5) |
Copy-ready code
/* CSS */
color: #eaf5d2;
background-color: #eaf5d2;
/* Tailwind (arbitrary) */
class="text-[#eaf5d2] bg-[#eaf5d2]"
/* SCSS */
$brand: #eaf5d2;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.824)
/* Android */
Color.parseColor("#eaf5d2")Accessibility — WCAG contrast
Aa
#eaf5d2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5d2 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue82.4%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow14.3%
Key (black)3.9%
Color previews
#eaf5d2 text on a black background
contrast 18.49:1
Card sample
#eaf5d2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5d2;
Background color
Panel with #eaf5d2 background
background-color: #eaf5d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5d2; background: linear-gradient(135deg, #eaf5d2, #D3F5D2);