#83980b
a dark, electric yellow · cool · closest name: olivedrab
RGB
131, 152, 11
HSL
69°, 87%, 32%
CMYK
14, 0, 93, 40
Luminance
0.2731
Every format
| HEX | #83980b |
| RGB | rgb(131, 152, 11) |
| HSL | hsl(69, 87%, 32%) |
| CMYK | cmyk(14%, 0%, 93%, 40%) |
| LAB | lab(59.3 -23.8 60.6) |
| LCH | lch(59.3 65.1 111.4) |
| OKLCH | oklch(0.641 0.148 119.2) |
Copy-ready code
/* CSS */
color: #83980b;
background-color: #83980b;
/* Tailwind (arbitrary) */
class="text-[#83980b] bg-[#83980b]"
/* SCSS */
$brand: #83980b;
/* SwiftUI */
Color(red: 0.514, green: 0.596, blue: 0.043)
/* Android */
Color.parseColor("#83980b")Accessibility — WCAG contrast
Aa
#83980b on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#83980b on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green59.6%
Blue4.3%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow92.8%
Key (black)40.4%
Color previews
#83980b text on a black background
contrast 6.46:1
Card sample
#83980b text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83980b;
Background color
Panel with #83980b background
background-color: #83980b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83980b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 152, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 152, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83980b; background: linear-gradient(135deg, #83980b, #25980B);