#83ac16
a dark, electric green · cool · closest name: olivedrab
RGB
131, 172, 22
HSL
76°, 77%, 38%
CMYK
24, 0, 87, 33
Luminance
0.3439
Every format
| HEX | #83ac16 |
| RGB | rgb(131, 172, 22) |
| HSL | hsl(76, 77%, 38%) |
| CMYK | cmyk(24%, 0%, 87%, 33%) |
| LAB | lab(65.3 -33.1 63.5) |
| LCH | lch(65.3 71.6 117.6) |
| OKLCH | oklch(0.689 0.168 125.3) |
Copy-ready code
/* CSS */
color: #83ac16;
background-color: #83ac16;
/* Tailwind (arbitrary) */
class="text-[#83ac16] bg-[#83ac16]"
/* SCSS */
$brand: #83ac16;
/* SwiftUI */
Color(red: 0.514, green: 0.675, blue: 0.086)
/* Android */
Color.parseColor("#83ac16")Accessibility — WCAG contrast
Aa
#83ac16 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ac16 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.5%
Blue8.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow87.2%
Key (black)32.5%
Color previews
#83ac16 text on a black background
contrast 7.88:1
Card sample
#83ac16 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ac16;
Background color
Panel with #83ac16 background
background-color: #83ac16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ac16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 172, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 172, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ac16; background: linear-gradient(135deg, #83ac16, #1FAC16);