#9cc94b
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 201, 75
HSL
81°, 54%, 54%
CMYK
22, 0, 63, 21
Luminance
0.4935
Every format
| HEX | #9cc94b |
| RGB | rgb(156, 201, 75) |
| HSL | hsl(81, 54%, 54%) |
| CMYK | cmyk(22%, 0%, 63%, 21%) |
| LAB | lab(75.7 -33.8 56.4) |
| LCH | lch(75.7 65.8 120.9) |
| OKLCH | oklch(0.779 0.161 126.6) |
Copy-ready code
/* CSS */
color: #9cc94b;
background-color: #9cc94b;
/* Tailwind (arbitrary) */
class="text-[#9cc94b] bg-[#9cc94b]"
/* SCSS */
$brand: #9cc94b;
/* SwiftUI */
Color(red: 0.612, green: 0.788, blue: 0.294)
/* Android */
Color.parseColor("#9cc94b")Accessibility — WCAG contrast
Aa
#9cc94b on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cc94b on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green78.8%
Blue29.4%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow62.7%
Key (black)21.2%
Color previews
#9cc94b text on a black background
contrast 10.87:1
Card sample
#9cc94b text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cc94b;
Background color
Panel with #9cc94b background
background-color: #9cc94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cc94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 201, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 201, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cc94b; background: linear-gradient(135deg, #9cc94b, #4BC94E);