#83a700
a dark, electric green · cool · closest name: olivedrab
RGB
131, 167, 0
HSL
73°, 100%, 33%
CMYK
22, 0, 100, 35
Luminance
0.3246
Every format
| HEX | #83a700 |
| RGB | rgb(131, 167, 0) |
| HSL | hsl(73, 100%, 33%) |
| CMYK | cmyk(22%, 0%, 100%, 35%) |
| LAB | lab(63.7 -31.3 65.6) |
| LCH | lch(63.7 72.7 115.5) |
| OKLCH | oklch(0.677 0.167 123.6) |
Copy-ready code
/* CSS */
color: #83a700;
background-color: #83a700;
/* Tailwind (arbitrary) */
class="text-[#83a700] bg-[#83a700]"
/* SCSS */
$brand: #83a700;
/* SwiftUI */
Color(red: 0.514, green: 0.655, blue: 0.000)
/* Android */
Color.parseColor("#83a700")Accessibility — WCAG contrast
Aa
#83a700 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83a700 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green65.5%
Blue0.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow100.0%
Key (black)34.5%
Color previews
#83a700 text on a black background
contrast 7.49:1
Card sample
#83a700 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83a700;
Background color
Panel with #83a700 background
background-color: #83a700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83a700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 167, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 167, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83a700; background: linear-gradient(135deg, #83a700, #14A700);