#5baf3c
a balanced, vivid green · cool · closest name: forestgreen
RGB
91, 175, 60
HSL
104°, 49%, 46%
CMYK
48, 0, 66, 31
Luminance
0.3321
Every format
| HEX | #5baf3c |
| RGB | rgb(91, 175, 60) |
| HSL | hsl(104, 49%, 46%) |
| CMYK | cmyk(48%, 0%, 66%, 31%) |
| LAB | lab(64.3 -46.6 49.5) |
| LCH | lch(64.3 68.0 133.3) |
| OKLCH | oklch(0.677 0.172 138.4) |
Copy-ready code
/* CSS */
color: #5baf3c;
background-color: #5baf3c;
/* Tailwind (arbitrary) */
class="text-[#5baf3c] bg-[#5baf3c]"
/* SCSS */
$brand: #5baf3c;
/* SwiftUI */
Color(red: 0.357, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#5baf3c")Accessibility — WCAG contrast
Aa
#5baf3c on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5baf3c on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.6%
Blue23.5%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow65.7%
Key (black)31.4%
Color previews
#5baf3c text on a black background
contrast 7.64:1
Card sample
#5baf3c text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5baf3c;
Background color
Panel with #5baf3c background
background-color: #5baf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5baf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5baf3c; background: linear-gradient(135deg, #5baf3c, #3CAF6A);