#5c7f13
a dark, vivid green · cool · closest name: olivedrab
RGB
92, 127, 19
HSL
79°, 74%, 29%
CMYK
28, 0, 85, 50
Luminance
0.1750
Every format
| HEX | #5c7f13 |
| RGB | rgb(92, 127, 19) |
| HSL | hsl(79, 74%, 29%) |
| CMYK | cmyk(28%, 0%, 85%, 50%) |
| LAB | lab(48.9 -28.0 49.2) |
| LCH | lch(48.9 56.6 119.7) |
| OKLCH | oklch(0.550 0.135 127.1) |
Copy-ready code
/* CSS */
color: #5c7f13;
background-color: #5c7f13;
/* Tailwind (arbitrary) */
class="text-[#5c7f13] bg-[#5c7f13]"
/* SCSS */
$brand: #5c7f13;
/* SwiftUI */
Color(red: 0.361, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#5c7f13")Accessibility — WCAG contrast
Aa
#5c7f13 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c7f13 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green49.8%
Blue7.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow85.0%
Key (black)50.2%
Color previews
#5c7f13 text on a black background
contrast 4.50:1
Card sample
#5c7f13 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c7f13;
Background color
Panel with #5c7f13 background
background-color: #5c7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c7f13; background: linear-gradient(135deg, #5c7f13, #147F13);