#ebfcbe
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 190
HSL
77°, 91%, 87%
CMYK
7, 0, 25, 1
Luminance
0.9100
Every format
| HEX | #ebfcbe |
| RGB | rgb(235, 252, 190) |
| HSL | hsl(77, 91%, 87%) |
| CMYK | cmyk(7%, 0%, 25%, 1%) |
| LAB | lab(96.4 -15.7 27.9) |
| LCH | lch(96.4 32.0 119.3) |
| OKLCH | oklch(0.964 0.082 120.4) |
Copy-ready code
/* CSS */
color: #ebfcbe;
background-color: #ebfcbe;
/* Tailwind (arbitrary) */
class="text-[#ebfcbe] bg-[#ebfcbe]"
/* SCSS */
$brand: #ebfcbe;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.745)
/* Android */
Color.parseColor("#ebfcbe")Accessibility — WCAG contrast
Aa
#ebfcbe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcbe on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue74.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow24.6%
Key (black)1.2%
Color previews
#ebfcbe text on a black background
contrast 19.20:1
Card sample
#ebfcbe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcbe;
Background color
Panel with #ebfcbe background
background-color: #ebfcbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcbe; background: linear-gradient(135deg, #ebfcbe, #C2FCBE);