#5c850a
a dark, electric green · cool · closest name: olivedrab
RGB
92, 133, 10
HSL
80°, 86%, 28%
CMYK
31, 0, 93, 48
Luminance
0.1907
Every format
| HEX | #5c850a |
| RGB | rgb(92, 133, 10) |
| HSL | hsl(80, 86%, 28%) |
| CMYK | cmyk(31%, 0%, 93%, 48%) |
| LAB | lab(50.8 -31.1 52.8) |
| LCH | lch(50.8 61.3 120.5) |
| OKLCH | oklch(0.565 0.145 128.3) |
Copy-ready code
/* CSS */
color: #5c850a;
background-color: #5c850a;
/* Tailwind (arbitrary) */
class="text-[#5c850a] bg-[#5c850a]"
/* SCSS */
$brand: #5c850a;
/* SwiftUI */
Color(red: 0.361, green: 0.522, blue: 0.039)
/* Android */
Color.parseColor("#5c850a")Accessibility — WCAG contrast
Aa
#5c850a on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c850a on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green52.2%
Blue3.9%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow92.5%
Key (black)47.8%
Color previews
#5c850a text on a black background
contrast 4.81:1
Card sample
#5c850a text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c850a;
Background color
Panel with #5c850a background
background-color: #5c850a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c850a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 133, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 133, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c850a; background: linear-gradient(135deg, #5c850a, #0A850A);