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