#83a108
a dark, electric green · cool · closest name: olivedrab
RGB
131, 161, 8
HSL
72°, 91%, 33%
CMYK
19, 0, 95, 37
Luminance
0.3033
Every format
| HEX | #83a108 |
| RGB | rgb(131, 161, 8) |
| HSL | hsl(72, 91%, 33%) |
| CMYK | cmyk(19%, 0%, 95%, 37%) |
| LAB | lab(61.9 -28.3 63.2) |
| LCH | lch(61.9 69.2 114.1) |
| OKLCH | oklch(0.662 0.159 122.1) |
Copy-ready code
/* CSS */
color: #83a108;
background-color: #83a108;
/* Tailwind (arbitrary) */
class="text-[#83a108] bg-[#83a108]"
/* SCSS */
$brand: #83a108;
/* SwiftUI */
Color(red: 0.514, green: 0.631, blue: 0.031)
/* Android */
Color.parseColor("#83a108")Accessibility — WCAG contrast
Aa
#83a108 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83a108 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green63.1%
Blue3.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow95.0%
Key (black)36.9%
Color previews
#83a108 text on a black background
contrast 7.07:1
Card sample
#83a108 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83a108;
Background color
Panel with #83a108 background
background-color: #83a108;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83a108;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 161, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 161, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83a108; background: linear-gradient(135deg, #83a108, #1DA108);