#83ba13
a dark, electric green · cool · closest name: olivedrab
RGB
131, 186, 19
HSL
80°, 82%, 40%
CMYK
30, 0, 90, 27
Luminance
0.3999
Every format
| HEX | #83ba13 |
| RGB | rgb(131, 186, 19) |
| HSL | hsl(80, 82%, 40%) |
| CMYK | cmyk(30%, 0%, 90%, 27%) |
| LAB | lab(69.5 -39.5 67.6) |
| LCH | lch(69.5 78.3 120.3) |
| OKLCH | oklch(0.724 0.185 128.1) |
Copy-ready code
/* CSS */
color: #83ba13;
background-color: #83ba13;
/* Tailwind (arbitrary) */
class="text-[#83ba13] bg-[#83ba13]"
/* SCSS */
$brand: #83ba13;
/* SwiftUI */
Color(red: 0.514, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#83ba13")Accessibility — WCAG contrast
Aa
#83ba13 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ba13 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green72.9%
Blue7.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#83ba13 text on a black background
contrast 9.00:1
Card sample
#83ba13 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ba13;
Background color
Panel with #83ba13 background
background-color: #83ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ba13; background: linear-gradient(135deg, #83ba13, #14BA13);