#5ac366
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 195, 102
HSL
127°, 47%, 56%
CMYK
54, 0, 48, 24
Luminance
0.4216
Every format
| HEX | #5ac366 |
| RGB | rgb(90, 195, 102) |
| HSL | hsl(127, 47%, 56%) |
| CMYK | cmyk(54%, 0%, 48%, 24%) |
| LAB | lab(71.0 -49.8 37.6) |
| LCH | lch(71.0 62.4 143.0) |
| OKLCH | oklch(0.733 0.163 145.9) |
Copy-ready code
/* CSS */
color: #5ac366;
background-color: #5ac366;
/* Tailwind (arbitrary) */
class="text-[#5ac366] bg-[#5ac366]"
/* SCSS */
$brand: #5ac366;
/* SwiftUI */
Color(red: 0.353, green: 0.765, blue: 0.400)
/* Android */
Color.parseColor("#5ac366")Accessibility — WCAG contrast
Aa
#5ac366 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac366 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.5%
Blue40.0%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow47.7%
Key (black)23.5%
Color previews
#5ac366 text on a black background
contrast 9.43:1
Card sample
#5ac366 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac366;
Background color
Panel with #5ac366 background
background-color: #5ac366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 195, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 195, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac366; background: linear-gradient(135deg, #5ac366, #5AC3AC);