#ebfcb2
a light, electric green · cool · closest name: khaki
RGB
235, 252, 178
HSL
74°, 93%, 84%
CMYK
7, 0, 29, 1
Luminance
0.9050
Every format
| HEX | #ebfcb2 |
| RGB | rgb(235, 252, 178) |
| HSL | hsl(74, 93%, 84%) |
| CMYK | cmyk(7%, 0%, 29%, 1%) |
| LAB | lab(96.2 -17.3 33.7) |
| LCH | lch(96.2 37.9 117.2) |
| OKLCH | oklch(0.961 0.096 118.8) |
Copy-ready code
/* CSS */
color: #ebfcb2;
background-color: #ebfcb2;
/* Tailwind (arbitrary) */
class="text-[#ebfcb2] bg-[#ebfcb2]"
/* SCSS */
$brand: #ebfcb2;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#ebfcb2")Accessibility — WCAG contrast
Aa
#ebfcb2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcb2 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue69.8%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#ebfcb2 text on a black background
contrast 19.10:1
Card sample
#ebfcb2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcb2;
Background color
Panel with #ebfcb2 background
background-color: #ebfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb2; background: linear-gradient(135deg, #ebfcb2, #BAFCB2);