#5c8514
a dark, vivid green · cool · closest name: olivedrab
RGB
92, 133, 20
HSL
82°, 74%, 30%
CMYK
31, 0, 85, 48
Luminance
0.1910
Every format
| HEX | #5c8514 |
| RGB | rgb(92, 133, 20) |
| HSL | hsl(82, 74%, 30%) |
| CMYK | cmyk(31%, 0%, 85%, 48%) |
| LAB | lab(50.8 -30.8 50.6) |
| LCH | lch(50.8 59.2 121.4) |
| OKLCH | oklch(0.566 0.142 128.7) |
Copy-ready code
/* CSS */
color: #5c8514;
background-color: #5c8514;
/* Tailwind (arbitrary) */
class="text-[#5c8514] bg-[#5c8514]"
/* SCSS */
$brand: #5c8514;
/* SwiftUI */
Color(red: 0.361, green: 0.522, blue: 0.078)
/* Android */
Color.parseColor("#5c8514")Accessibility — WCAG contrast
Aa
#5c8514 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8514 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green52.2%
Blue7.8%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow85.0%
Key (black)47.8%
Color previews
#5c8514 text on a black background
contrast 4.82:1
Card sample
#5c8514 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8514;
Background color
Panel with #5c8514 background
background-color: #5c8514;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8514;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 133, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 133, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8514; background: linear-gradient(135deg, #5c8514, #148517);