#5cb310
a dark, electric green · cool · closest name: green
RGB
92, 179, 16
HSL
92°, 84%, 38%
CMYK
49, 0, 91, 30
Luminance
0.3455
Every format
| HEX | #5cb310 |
| RGB | rgb(92, 179, 16) |
| HSL | hsl(92, 84%, 38%) |
| CMYK | cmyk(49%, 0%, 91%, 30%) |
| LAB | lab(65.4 -50.4 63.9) |
| LCH | lch(65.4 81.4 128.2) |
| OKLCH | oklch(0.685 0.198 135.6) |
Copy-ready code
/* CSS */
color: #5cb310;
background-color: #5cb310;
/* Tailwind (arbitrary) */
class="text-[#5cb310] bg-[#5cb310]"
/* SCSS */
$brand: #5cb310;
/* SwiftUI */
Color(red: 0.361, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#5cb310")Accessibility — WCAG contrast
Aa
#5cb310 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb310 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green70.2%
Blue6.3%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#5cb310 text on a black background
contrast 7.91:1
Card sample
#5cb310 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb310;
Background color
Panel with #5cb310 background
background-color: #5cb310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb310; background: linear-gradient(135deg, #5cb310, #10B331);