#5ac73f
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 199, 63
HSL
108°, 55%, 51%
CMYK
55, 0, 68, 22
Luminance
0.4338
Every format
| HEX | #5ac73f |
| RGB | rgb(90, 199, 63) |
| HSL | hsl(108, 55%, 51%) |
| CMYK | cmyk(55%, 0%, 68%, 22%) |
| LAB | lab(71.8 -55.9 56.2) |
| LCH | lch(71.8 79.3 134.8) |
| OKLCH | oklch(0.738 0.200 140.0) |
Copy-ready code
/* CSS */
color: #5ac73f;
background-color: #5ac73f;
/* Tailwind (arbitrary) */
class="text-[#5ac73f] bg-[#5ac73f]"
/* SCSS */
$brand: #5ac73f;
/* SwiftUI */
Color(red: 0.353, green: 0.780, blue: 0.247)
/* Android */
Color.parseColor("#5ac73f")Accessibility — WCAG contrast
Aa
#5ac73f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac73f on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green78.0%
Blue24.7%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow68.3%
Key (black)22.0%
Color previews
#5ac73f text on a black background
contrast 9.68:1
Card sample
#5ac73f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac73f;
Background color
Panel with #5ac73f background
background-color: #5ac73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 199, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 199, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac73f; background: linear-gradient(135deg, #5ac73f, #3FC77F);