#5cb45c
a balanced, soft green · cool · closest name: forestgreen
RGB
92, 180, 92
HSL
120°, 37%, 53%
CMYK
49, 0, 49, 29
Luminance
0.3569
Every format
| HEX | #5cb45c |
| RGB | rgb(92, 180, 92) |
| HSL | hsl(120, 37%, 53%) |
| CMYK | cmyk(49%, 0%, 49%, 29%) |
| LAB | lab(66.3 -44.6 36.7) |
| LCH | lch(66.3 57.8 140.5) |
| OKLCH | oklch(0.694 0.150 143.7) |
Copy-ready code
/* CSS */
color: #5cb45c;
background-color: #5cb45c;
/* Tailwind (arbitrary) */
class="text-[#5cb45c] bg-[#5cb45c]"
/* SCSS */
$brand: #5cb45c;
/* SwiftUI */
Color(red: 0.361, green: 0.706, blue: 0.361)
/* Android */
Color.parseColor("#5cb45c")Accessibility — WCAG contrast
Aa
#5cb45c on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb45c on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green70.6%
Blue36.1%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow48.9%
Key (black)29.4%
Color previews
#5cb45c text on a black background
contrast 8.14:1
Card sample
#5cb45c text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb45c;
Background color
Panel with #5cb45c background
background-color: #5cb45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 180, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 180, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb45c; background: linear-gradient(135deg, #5cb45c, #5CB497);