#5abf2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 191, 44
HSL
101°, 63%, 46%
CMYK
53, 0, 77, 25
Luminance
0.3962
Every format
| HEX | #5abf2c |
| RGB | rgb(90, 191, 44) |
| HSL | hsl(101, 63%, 46%) |
| CMYK | cmyk(53%, 0%, 77%, 25%) |
| LAB | lab(69.2 -54.3 60.4) |
| LCH | lch(69.2 81.2 131.9) |
| OKLCH | oklch(0.716 0.202 138.1) |
Copy-ready code
/* CSS */
color: #5abf2c;
background-color: #5abf2c;
/* Tailwind (arbitrary) */
class="text-[#5abf2c] bg-[#5abf2c]"
/* SCSS */
$brand: #5abf2c;
/* SwiftUI */
Color(red: 0.353, green: 0.749, blue: 0.173)
/* Android */
Color.parseColor("#5abf2c")Accessibility — WCAG contrast
Aa
#5abf2c on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abf2c on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.9%
Blue17.3%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow77.0%
Key (black)25.1%
Color previews
#5abf2c text on a black background
contrast 8.92:1
Card sample
#5abf2c text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abf2c;
Background color
Panel with #5abf2c background
background-color: #5abf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 191, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 191, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abf2c; background: linear-gradient(135deg, #5abf2c, #2CBF60);