#a0cb13
a dark, electric green · cool · closest name: yellow
RGB
160, 203, 19
HSL
74°, 83%, 44%
CMYK
21, 0, 91, 20
Luminance
0.5023
Every format
| HEX | #a0cb13 |
| RGB | rgb(160, 203, 19) |
| HSL | hsl(74, 83%, 44%) |
| CMYK | cmyk(21%, 0%, 91%, 20%) |
| LAB | lab(76.2 -35.8 73.8) |
| LCH | lch(76.2 82.0 115.9) |
| OKLCH | oklch(0.783 0.190 123.8) |
Copy-ready code
/* CSS */
color: #a0cb13;
background-color: #a0cb13;
/* Tailwind (arbitrary) */
class="text-[#a0cb13] bg-[#a0cb13]"
/* SCSS */
$brand: #a0cb13;
/* SwiftUI */
Color(red: 0.627, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#a0cb13")Accessibility — WCAG contrast
Aa
#a0cb13 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cb13 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green79.6%
Blue7.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#a0cb13 text on a black background
contrast 11.05:1
Card sample
#a0cb13 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cb13;
Background color
Panel with #a0cb13 background
background-color: #a0cb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cb13; background: linear-gradient(135deg, #a0cb13, #25CB13);