#9ccb13
a dark, electric green · cool · closest name: olivedrab
RGB
156, 203, 19
HSL
75°, 83%, 44%
CMYK
23, 0, 91, 20
Luminance
0.4983
Every format
| HEX | #9ccb13 |
| RGB | rgb(156, 203, 19) |
| HSL | hsl(75, 83%, 44%) |
| CMYK | cmyk(23%, 0%, 91%, 20%) |
| LAB | lab(76.0 -37.4 73.5) |
| LCH | lch(76.0 82.4 117.0) |
| OKLCH | oklch(0.780 0.192 124.9) |
Copy-ready code
/* CSS */
color: #9ccb13;
background-color: #9ccb13;
/* Tailwind (arbitrary) */
class="text-[#9ccb13] bg-[#9ccb13]"
/* SCSS */
$brand: #9ccb13;
/* SwiftUI */
Color(red: 0.612, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#9ccb13")Accessibility — WCAG contrast
Aa
#9ccb13 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccb13 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green79.6%
Blue7.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#9ccb13 text on a black background
contrast 10.97:1
Card sample
#9ccb13 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccb13;
Background color
Panel with #9ccb13 background
background-color: #9ccb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccb13; background: linear-gradient(135deg, #9ccb13, #21CB13);