#5cdd60
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 221, 96
HSL
122°, 66%, 61%
CMYK
58, 0, 57, 13
Luminance
0.5483
Every format
| HEX | #5cdd60 |
| RGB | rgb(92, 221, 96) |
| HSL | hsl(122, 66%, 61%) |
| CMYK | cmyk(58%, 0%, 57%, 13%) |
| LAB | lab(78.9 -60.0 50.1) |
| LCH | lch(78.9 78.2 140.1) |
| OKLCH | oklch(0.798 0.202 143.9) |
Copy-ready code
/* CSS */
color: #5cdd60;
background-color: #5cdd60;
/* Tailwind (arbitrary) */
class="text-[#5cdd60] bg-[#5cdd60]"
/* SCSS */
$brand: #5cdd60;
/* SwiftUI */
Color(red: 0.361, green: 0.867, blue: 0.376)
/* Android */
Color.parseColor("#5cdd60")Accessibility — WCAG contrast
Aa
#5cdd60 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdd60 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.7%
Blue37.6%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow56.6%
Key (black)13.3%
Color previews
#5cdd60 text on a black background
contrast 11.97:1
Card sample
#5cdd60 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdd60;
Background color
Panel with #5cdd60 background
background-color: #5cdd60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdd60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 221, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 221, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdd60; background: linear-gradient(135deg, #5cdd60, #5CDDB6);