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