#ebfcb9
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 185
HSL
75°, 92%, 86%
CMYK
7, 0, 27, 1
Luminance
0.9079
Every format
| HEX | #ebfcb9 |
| RGB | rgb(235, 252, 185) |
| HSL | hsl(75, 92%, 86%) |
| CMYK | cmyk(7%, 0%, 27%, 1%) |
| LAB | lab(96.3 -16.4 30.3) |
| LCH | lch(96.3 34.5 118.4) |
| OKLCH | oklch(0.963 0.088 119.6) |
Copy-ready code
/* CSS */
color: #ebfcb9;
background-color: #ebfcb9;
/* Tailwind (arbitrary) */
class="text-[#ebfcb9] bg-[#ebfcb9]"
/* SCSS */
$brand: #ebfcb9;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.725)
/* Android */
Color.parseColor("#ebfcb9")Accessibility — WCAG contrast
Aa
#ebfcb9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcb9 on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue72.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow26.6%
Key (black)1.2%
Color previews
#ebfcb9 text on a black background
contrast 19.16:1
Card sample
#ebfcb9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcb9;
Background color
Panel with #ebfcb9 background
background-color: #ebfcb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb9; background: linear-gradient(135deg, #ebfcb9, #BEFCB9);