#eaf7bf
a pale, electric green · cool · closest name: beige
RGB
234, 247, 191
HSL
74°, 78%, 86%
CMYK
5, 0, 23, 3
Luminance
0.8778
Every format
| HEX | #eaf7bf |
| RGB | rgb(234, 247, 191) |
| HSL | hsl(74, 78%, 86%) |
| CMYK | cmyk(5%, 0%, 23%, 3%) |
| LAB | lab(95.1 -13.4 25.6) |
| LCH | lch(95.1 28.9 117.7) |
| OKLCH | oklch(0.953 0.074 118.4) |
Copy-ready code
/* CSS */
color: #eaf7bf;
background-color: #eaf7bf;
/* Tailwind (arbitrary) */
class="text-[#eaf7bf] bg-[#eaf7bf]"
/* SCSS */
$brand: #eaf7bf;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.749)
/* Android */
Color.parseColor("#eaf7bf")Accessibility — WCAG contrast
Aa
#eaf7bf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7bf on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue74.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow22.7%
Key (black)3.1%
Color previews
#eaf7bf text on a black background
contrast 18.56:1
Card sample
#eaf7bf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7bf;
Background color
Panel with #eaf7bf background
background-color: #eaf7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7bf; background: linear-gradient(135deg, #eaf7bf, #C5F7BF);