#80be21
a dark, vivid green · cool · closest name: olivedrab
RGB
128, 190, 33
HSL
84°, 70%, 44%
CMYK
33, 0, 83, 26
Luminance
0.4153
Every format
| HEX | #80be21 |
| RGB | rgb(128, 190, 33) |
| HSL | hsl(84, 70%, 44%) |
| CMYK | cmyk(33%, 0%, 83%, 26%) |
| LAB | lab(70.5 -42.0 65.4) |
| LCH | lch(70.5 77.7 122.7) |
| OKLCH | oklch(0.732 0.187 130.0) |
Copy-ready code
/* CSS */
color: #80be21;
background-color: #80be21;
/* Tailwind (arbitrary) */
class="text-[#80be21] bg-[#80be21]"
/* SCSS */
$brand: #80be21;
/* SwiftUI */
Color(red: 0.502, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#80be21")Accessibility — WCAG contrast
Aa
#80be21 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80be21 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.5%
Blue12.9%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow82.6%
Key (black)25.5%
Color previews
#80be21 text on a black background
contrast 9.31:1
Card sample
#80be21 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80be21;
Background color
Panel with #80be21 background
background-color: #80be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80be21; background: linear-gradient(135deg, #80be21, #21BE2B);