#eafbc9
a pale, electric green · cool · closest name: beige
RGB
234, 251, 201
HSL
80°, 86%, 89%
CMYK
7, 0, 20, 2
Luminance
0.9070
Every format
| HEX | #eafbc9 |
| RGB | rgb(234, 251, 201) |
| HSL | hsl(80, 86%, 89%) |
| CMYK | cmyk(7%, 0%, 20%, 2%) |
| LAB | lab(96.3 -13.9 22.1) |
| LCH | lch(96.3 26.2 122.2) |
| OKLCH | oklch(0.963 0.068 122.9) |
Copy-ready code
/* CSS */
color: #eafbc9;
background-color: #eafbc9;
/* Tailwind (arbitrary) */
class="text-[#eafbc9] bg-[#eafbc9]"
/* SCSS */
$brand: #eafbc9;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#eafbc9")Accessibility — WCAG contrast
Aa
#eafbc9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbc9 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue78.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#eafbc9 text on a black background
contrast 19.14:1
Card sample
#eafbc9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbc9;
Background color
Panel with #eafbc9 background
background-color: #eafbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbc9; background: linear-gradient(135deg, #eafbc9, #C9FBC9);