#5cb11b
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 177, 27
HSL
94°, 74%, 40%
CMYK
48, 0, 85, 31
Luminance
0.3380
Every format
| HEX | #5cb11b |
| RGB | rgb(92, 177, 27) |
| HSL | hsl(94, 74%, 40%) |
| CMYK | cmyk(48%, 0%, 85%, 31%) |
| LAB | lab(64.8 -49.2 61.2) |
| LCH | lch(64.8 78.5 128.8) |
| OKLCH | oklch(0.680 0.192 135.8) |
Copy-ready code
/* CSS */
color: #5cb11b;
background-color: #5cb11b;
/* Tailwind (arbitrary) */
class="text-[#5cb11b] bg-[#5cb11b]"
/* SCSS */
$brand: #5cb11b;
/* SwiftUI */
Color(red: 0.361, green: 0.694, blue: 0.106)
/* Android */
Color.parseColor("#5cb11b")Accessibility — WCAG contrast
Aa
#5cb11b on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb11b on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green69.4%
Blue10.6%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow84.7%
Key (black)30.6%
Color previews
#5cb11b text on a black background
contrast 7.76:1
Card sample
#5cb11b text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb11b;
Background color
Panel with #5cb11b background
background-color: #5cb11b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb11b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 177, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 177, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb11b; background: linear-gradient(135deg, #5cb11b, #1BB13E);