#eaf3cf
a pale, vivid green · cool · closest name: beige
RGB
234, 243, 207
HSL
75°, 60%, 88%
CMYK
4, 0, 15, 5
Luminance
0.8610
Every format
| HEX | #eaf3cf |
| RGB | rgb(234, 243, 207) |
| HSL | hsl(75, 60%, 88%) |
| CMYK | cmyk(4%, 0%, 15%, 5%) |
| LAB | lab(94.3 -9.1 16.4) |
| LCH | lch(94.3 18.7 119.0) |
| OKLCH | oklch(0.948 0.048 118.7) |
Copy-ready code
/* CSS */
color: #eaf3cf;
background-color: #eaf3cf;
/* Tailwind (arbitrary) */
class="text-[#eaf3cf] bg-[#eaf3cf]"
/* SCSS */
$brand: #eaf3cf;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#eaf3cf")Accessibility — WCAG contrast
Aa
#eaf3cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3cf on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue81.2%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#eaf3cf text on a black background
contrast 18.22:1
Card sample
#eaf3cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3cf;
Background color
Panel with #eaf3cf background
background-color: #eaf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3cf; background: linear-gradient(135deg, #eaf3cf, #D2F3CF);