#5abc4b
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 188, 75
HSL
112°, 46%, 52%
CMYK
52, 0, 60, 26
Luminance
0.3865
Every format
| HEX | #5abc4b |
| RGB | rgb(90, 188, 75) |
| HSL | hsl(112, 46%, 52%) |
| CMYK | cmyk(52%, 0%, 60%, 26%) |
| LAB | lab(68.5 -50.5 47.5) |
| LCH | lch(68.5 69.3 136.8) |
| OKLCH | oklch(0.711 0.177 141.1) |
Copy-ready code
/* CSS */
color: #5abc4b;
background-color: #5abc4b;
/* Tailwind (arbitrary) */
class="text-[#5abc4b] bg-[#5abc4b]"
/* SCSS */
$brand: #5abc4b;
/* SwiftUI */
Color(red: 0.353, green: 0.737, blue: 0.294)
/* Android */
Color.parseColor("#5abc4b")Accessibility — WCAG contrast
Aa
#5abc4b on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abc4b on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green73.7%
Blue29.4%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow60.1%
Key (black)26.3%
Color previews
#5abc4b text on a black background
contrast 8.73:1
Card sample
#5abc4b text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abc4b;
Background color
Panel with #5abc4b background
background-color: #5abc4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abc4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 188, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 188, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abc4b; background: linear-gradient(135deg, #5abc4b, #4BBC87);