#82a310
a dark, electric green · cool · closest name: olivedrab
RGB
130, 163, 16
HSL
74°, 82%, 35%
CMYK
20, 0, 90, 36
Luminance
0.3098
Every format
| HEX | #82a310 |
| RGB | rgb(130, 163, 16) |
| HSL | hsl(74, 82%, 35%) |
| CMYK | cmyk(20%, 0%, 90%, 36%) |
| LAB | lab(62.5 -29.5 62.4) |
| LCH | lch(62.5 69.0 115.3) |
| OKLCH | oklch(0.667 0.160 123.1) |
Copy-ready code
/* CSS */
color: #82a310;
background-color: #82a310;
/* Tailwind (arbitrary) */
class="text-[#82a310] bg-[#82a310]"
/* SCSS */
$brand: #82a310;
/* SwiftUI */
Color(red: 0.510, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#82a310")Accessibility — WCAG contrast
Aa
#82a310 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82a310 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green63.9%
Blue6.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#82a310 text on a black background
contrast 7.20:1
Card sample
#82a310 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82a310;
Background color
Panel with #82a310 background
background-color: #82a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82a310; background: linear-gradient(135deg, #82a310, #20A310);