#83ac32
a dark, vivid green · cool · closest name: olivedrab
RGB
131, 172, 50
HSL
80°, 55%, 44%
CMYK
24, 0, 71, 33
Luminance
0.3456
Every format
| HEX | #83ac32 |
| RGB | rgb(131, 172, 50) |
| HSL | hsl(80, 55%, 44%) |
| CMYK | cmyk(24%, 0%, 71%, 33%) |
| LAB | lab(65.4 -31.9 55.3) |
| LCH | lch(65.4 63.8 120.0) |
| OKLCH | oklch(0.691 0.154 126.4) |
Copy-ready code
/* CSS */
color: #83ac32;
background-color: #83ac32;
/* Tailwind (arbitrary) */
class="text-[#83ac32] bg-[#83ac32]"
/* SCSS */
$brand: #83ac32;
/* SwiftUI */
Color(red: 0.514, green: 0.675, blue: 0.196)
/* Android */
Color.parseColor("#83ac32")Accessibility — WCAG contrast
Aa
#83ac32 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ac32 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.5%
Blue19.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow70.9%
Key (black)32.5%
Color previews
#83ac32 text on a black background
contrast 7.91:1
Card sample
#83ac32 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ac32;
Background color
Panel with #83ac32 background
background-color: #83ac32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ac32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 172, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 172, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ac32; background: linear-gradient(135deg, #83ac32, #32AC32);