#5f6b2f
a dark, soft green · cool · closest name: olivedrab
RGB
95, 107, 47
HSL
72°, 39%, 30%
CMYK
11, 0, 56, 58
Luminance
0.1315
Every format
| HEX | #5f6b2f |
| RGB | rgb(95, 107, 47) |
| HSL | hsl(72, 39%, 30%) |
| CMYK | cmyk(11%, 0%, 56%, 58%) |
| LAB | lab(43.0 -14.4 31.7) |
| LCH | lch(43.0 34.8 114.5) |
| OKLCH | oklch(0.504 0.085 119.0) |
Copy-ready code
/* CSS */
color: #5f6b2f;
background-color: #5f6b2f;
/* Tailwind (arbitrary) */
class="text-[#5f6b2f] bg-[#5f6b2f]"
/* SCSS */
$brand: #5f6b2f;
/* SwiftUI */
Color(red: 0.373, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#5f6b2f")Accessibility — WCAG contrast
Aa
#5f6b2f on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f6b2f on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green42.0%
Blue18.4%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow56.1%
Key (black)58.0%
Color previews
#5f6b2f text on a black background
contrast 3.63:1
Card sample
#5f6b2f text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6b2f;
Background color
Panel with #5f6b2f background
background-color: #5f6b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6b2f; background: linear-gradient(135deg, #5f6b2f, #376B2F);