#80b310
a dark, electric green · cool · closest name: olivedrab
RGB
128, 179, 16
HSL
79°, 84%, 38%
CMYK
29, 0, 91, 30
Luminance
0.3687
Every format
| HEX | #80b310 |
| RGB | rgb(128, 179, 16) |
| HSL | hsl(79, 84%, 38%) |
| CMYK | cmyk(29%, 0%, 91%, 30%) |
| LAB | lab(67.2 -37.7 66.1) |
| LCH | lch(67.2 76.1 119.7) |
| OKLCH | oklch(0.704 0.179 127.5) |
Copy-ready code
/* CSS */
color: #80b310;
background-color: #80b310;
/* Tailwind (arbitrary) */
class="text-[#80b310] bg-[#80b310]"
/* SCSS */
$brand: #80b310;
/* SwiftUI */
Color(red: 0.502, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#80b310")Accessibility — WCAG contrast
Aa
#80b310 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80b310 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green70.2%
Blue6.3%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#80b310 text on a black background
contrast 8.37:1
Card sample
#80b310 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80b310;
Background color
Panel with #80b310 background
background-color: #80b310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80b310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80b310; background: linear-gradient(135deg, #80b310, #13B310);