#5ac053
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 192, 83
HSL
116°, 46%, 54%
CMYK
53, 0, 57, 25
Luminance
0.4050
Every format
| HEX | #5ac053 |
| RGB | rgb(90, 192, 83) |
| HSL | hsl(116, 46%, 54%) |
| CMYK | cmyk(53%, 0%, 57%, 25%) |
| LAB | lab(69.8 -51.2 45.4) |
| LCH | lch(69.8 68.4 138.4) |
| OKLCH | oklch(0.723 0.176 142.4) |
Copy-ready code
/* CSS */
color: #5ac053;
background-color: #5ac053;
/* Tailwind (arbitrary) */
class="text-[#5ac053] bg-[#5ac053]"
/* SCSS */
$brand: #5ac053;
/* SwiftUI */
Color(red: 0.353, green: 0.753, blue: 0.325)
/* Android */
Color.parseColor("#5ac053")Accessibility — WCAG contrast
Aa
#5ac053 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac053 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green75.3%
Blue32.5%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow56.8%
Key (black)24.7%
Color previews
#5ac053 text on a black background
contrast 9.10:1
Card sample
#5ac053 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac053;
Background color
Panel with #5ac053 background
background-color: #5ac053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 192, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 192, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac053; background: linear-gradient(135deg, #5ac053, #53C095);