#eaf2d2
a pale, vivid green · cool · closest name: beige
RGB
234, 242, 210
HSL
75°, 55%, 89%
CMYK
3, 0, 13, 5
Luminance
0.8565
Every format
| HEX | #eaf2d2 |
| RGB | rgb(234, 242, 210) |
| HSL | hsl(75, 55%, 89%) |
| CMYK | cmyk(3%, 0%, 13%, 5%) |
| LAB | lab(94.2 -8.1 14.6) |
| LCH | lch(94.2 16.7 119.1) |
| OKLCH | oklch(0.947 0.043 118.6) |
Copy-ready code
/* CSS */
color: #eaf2d2;
background-color: #eaf2d2;
/* Tailwind (arbitrary) */
class="text-[#eaf2d2] bg-[#eaf2d2]"
/* SCSS */
$brand: #eaf2d2;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.824)
/* Android */
Color.parseColor("#eaf2d2")Accessibility — WCAG contrast
Aa
#eaf2d2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2d2 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue82.4%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow13.2%
Key (black)5.1%
Color previews
#eaf2d2 text on a black background
contrast 18.13:1
Card sample
#eaf2d2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2d2;
Background color
Panel with #eaf2d2 background
background-color: #eaf2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2d2; background: linear-gradient(135deg, #eaf2d2, #D5F2D2);