#eaf8cd
a pale, electric green · cool · closest name: beige
RGB
234, 248, 205
HSL
80°, 75%, 89%
CMYK
6, 0, 17, 3
Luminance
0.8904
Every format
| HEX | #eaf8cd |
| RGB | rgb(234, 248, 205) |
| HSL | hsl(80, 75%, 89%) |
| CMYK | cmyk(6%, 0%, 17%, 3%) |
| LAB | lab(95.6 -11.9 19.1) |
| LCH | lch(95.6 22.5 121.8) |
| OKLCH | oklch(0.958 0.058 122.2) |
Copy-ready code
/* CSS */
color: #eaf8cd;
background-color: #eaf8cd;
/* Tailwind (arbitrary) */
class="text-[#eaf8cd] bg-[#eaf8cd]"
/* SCSS */
$brand: #eaf8cd;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.804)
/* Android */
Color.parseColor("#eaf8cd")Accessibility — WCAG contrast
Aa
#eaf8cd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf8cd on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue80.4%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow17.3%
Key (black)2.7%
Color previews
#eaf8cd text on a black background
contrast 18.81:1
Card sample
#eaf8cd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf8cd;
Background color
Panel with #eaf8cd background
background-color: #eaf8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf8cd; background: linear-gradient(135deg, #eaf8cd, #CDF8CD);