#eaf0cf
a pale, vivid green · cool · closest name: beige
RGB
234, 240, 207
HSL
71°, 52%, 88%
CMYK
3, 0, 14, 6
Luminance
0.8432
Every format
| HEX | #eaf0cf |
| RGB | rgb(234, 240, 207) |
| HSL | hsl(71, 52%, 88%) |
| CMYK | cmyk(3%, 0%, 14%, 6%) |
| LAB | lab(93.6 -7.6 15.3) |
| LCH | lch(93.6 17.1 116.3) |
| OKLCH | oklch(0.942 0.044 115.6) |
Copy-ready code
/* CSS */
color: #eaf0cf;
background-color: #eaf0cf;
/* Tailwind (arbitrary) */
class="text-[#eaf0cf] bg-[#eaf0cf]"
/* SCSS */
$brand: #eaf0cf;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#eaf0cf")Accessibility — WCAG contrast
Aa
#eaf0cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf0cf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue81.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#eaf0cf text on a black background
contrast 17.86:1
Card sample
#eaf0cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf0cf;
Background color
Panel with #eaf0cf background
background-color: #eaf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf0cf; background: linear-gradient(135deg, #eaf0cf, #D4F0CF);