#5ab721
a dark, vivid green · cool · closest name: forestgreen
RGB
90, 183, 33
HSL
97°, 69%, 42%
CMYK
51, 0, 82, 28
Luminance
0.3615
Every format
| HEX | #5ab721 |
| RGB | rgb(90, 183, 33) |
| HSL | hsl(97, 69%, 42%) |
| CMYK | cmyk(51%, 0%, 82%, 28%) |
| LAB | lab(66.6 -51.9 61.3) |
| LCH | lch(66.6 80.3 130.3) |
| OKLCH | oklch(0.695 0.198 136.9) |
Copy-ready code
/* CSS */
color: #5ab721;
background-color: #5ab721;
/* Tailwind (arbitrary) */
class="text-[#5ab721] bg-[#5ab721]"
/* SCSS */
$brand: #5ab721;
/* SwiftUI */
Color(red: 0.353, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#5ab721")Accessibility — WCAG contrast
Aa
#5ab721 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ab721 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green71.8%
Blue12.9%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#5ab721 text on a black background
contrast 8.23:1
Card sample
#5ab721 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ab721;
Background color
Panel with #5ab721 background
background-color: #5ab721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ab721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ab721; background: linear-gradient(135deg, #5ab721, #21B74C);