#5f8113
a dark, vivid green · cool · closest name: olivedrab
RGB
95, 129, 19
HSL
79°, 74%, 29%
CMYK
26, 0, 85, 49
Luminance
0.1818
Every format
| HEX | #5f8113 |
| RGB | rgb(95, 129, 19) |
| HSL | hsl(79, 74%, 29%) |
| CMYK | cmyk(26%, 0%, 85%, 49%) |
| LAB | lab(49.7 -27.7 50.0) |
| LCH | lch(49.7 57.1 119.0) |
| OKLCH | oklch(0.557 0.135 126.5) |
Copy-ready code
/* CSS */
color: #5f8113;
background-color: #5f8113;
/* Tailwind (arbitrary) */
class="text-[#5f8113] bg-[#5f8113]"
/* SCSS */
$brand: #5f8113;
/* SwiftUI */
Color(red: 0.373, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#5f8113")Accessibility — WCAG contrast
Aa
#5f8113 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f8113 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green50.6%
Blue7.5%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow85.3%
Key (black)49.4%
Color previews
#5f8113 text on a black background
contrast 4.64:1
Card sample
#5f8113 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8113;
Background color
Panel with #5f8113 background
background-color: #5f8113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8113; background: linear-gradient(135deg, #5f8113, #168113);