#9cca00
a dark, electric green · cool · closest name: yellow
RGB
156, 202, 0
HSL
74°, 100%, 40%
CMYK
23, 0, 100, 21
Luminance
0.4931
Every format
| HEX | #9cca00 |
| RGB | rgb(156, 202, 0) |
| HSL | hsl(74, 100%, 40%) |
| CMYK | cmyk(23%, 0%, 100%, 21%) |
| LAB | lab(75.6 -37.2 75.4) |
| LCH | lch(75.6 84.0 116.3) |
| OKLCH | oklch(0.777 0.194 124.5) |
Copy-ready code
/* CSS */
color: #9cca00;
background-color: #9cca00;
/* Tailwind (arbitrary) */
class="text-[#9cca00] bg-[#9cca00]"
/* SCSS */
$brand: #9cca00;
/* SwiftUI */
Color(red: 0.612, green: 0.792, blue: 0.000)
/* Android */
Color.parseColor("#9cca00")Accessibility — WCAG contrast
Aa
#9cca00 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cca00 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green79.2%
Blue0.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow100.0%
Key (black)20.8%
Color previews
#9cca00 text on a black background
contrast 10.86:1
Card sample
#9cca00 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cca00;
Background color
Panel with #9cca00 background
background-color: #9cca00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cca00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 202, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 202, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cca00; background: linear-gradient(135deg, #9cca00, #15CA00);