#eaf4cd
a pale, vivid green · cool · closest name: beige
RGB
234, 244, 205
HSL
75°, 64%, 88%
CMYK
4, 0, 16, 4
Luminance
0.8660
Every format
| HEX | #eaf4cd |
| RGB | rgb(234, 244, 205) |
| HSL | hsl(75, 64%, 88%) |
| CMYK | cmyk(4%, 0%, 16%, 4%) |
| LAB | lab(94.6 -9.9 17.7) |
| LCH | lch(94.6 20.3 119.2) |
| OKLCH | oklch(0.950 0.052 119.1) |
Copy-ready code
/* CSS */
color: #eaf4cd;
background-color: #eaf4cd;
/* Tailwind (arbitrary) */
class="text-[#eaf4cd] bg-[#eaf4cd]"
/* SCSS */
$brand: #eaf4cd;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#eaf4cd")Accessibility — WCAG contrast
Aa
#eaf4cd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf4cd on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue80.4%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#eaf4cd text on a black background
contrast 18.32:1
Card sample
#eaf4cd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf4cd;
Background color
Panel with #eaf4cd background
background-color: #eaf4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf4cd; background: linear-gradient(135deg, #eaf4cd, #D0F4CD);