#eaf7cd
a pale, vivid green · cool · closest name: beige
RGB
234, 247, 205
HSL
79°, 72%, 89%
CMYK
5, 0, 17, 3
Luminance
0.8842
Every format
| HEX | #eaf7cd |
| RGB | rgb(234, 247, 205) |
| HSL | hsl(79, 72%, 89%) |
| CMYK | cmyk(5%, 0%, 17%, 3%) |
| LAB | lab(95.3 -11.4 18.8) |
| LCH | lch(95.3 21.9 121.2) |
| OKLCH | oklch(0.956 0.057 121.5) |
Copy-ready code
/* CSS */
color: #eaf7cd;
background-color: #eaf7cd;
/* Tailwind (arbitrary) */
class="text-[#eaf7cd] bg-[#eaf7cd]"
/* SCSS */
$brand: #eaf7cd;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#eaf7cd")Accessibility — WCAG contrast
Aa
#eaf7cd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7cd on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue80.4%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#eaf7cd text on a black background
contrast 18.68:1
Card sample
#eaf7cd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7cd;
Background color
Panel with #eaf7cd background
background-color: #eaf7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7cd; background: linear-gradient(135deg, #eaf7cd, #CEF7CD);