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