#5f6b24
a dark, vivid green · cool · closest name: olivedrab
RGB
95, 107, 36
HSL
70°, 50%, 28%
CMYK
11, 0, 66, 58
Luminance
0.1308
Every format
| HEX | #5f6b24 |
| RGB | rgb(95, 107, 36) |
| HSL | hsl(70, 50%, 28%) |
| CMYK | cmyk(11%, 0%, 66%, 58%) |
| LAB | lab(42.9 -15.4 37.0) |
| LCH | lch(42.9 40.1 112.6) |
| OKLCH | oklch(0.502 0.096 118.1) |
Copy-ready code
/* CSS */
color: #5f6b24;
background-color: #5f6b24;
/* Tailwind (arbitrary) */
class="text-[#5f6b24] bg-[#5f6b24]"
/* SCSS */
$brand: #5f6b24;
/* SwiftUI */
Color(red: 0.373, green: 0.420, blue: 0.141)
/* Android */
Color.parseColor("#5f6b24")Accessibility — WCAG contrast
Aa
#5f6b24 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f6b24 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green42.0%
Blue14.1%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow66.4%
Key (black)58.0%
Color previews
#5f6b24 text on a black background
contrast 3.62:1
Card sample
#5f6b24 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6b24;
Background color
Panel with #5f6b24 background
background-color: #5f6b24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6b24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 107, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 107, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6b24; background: linear-gradient(135deg, #5f6b24, #306B24);