#5f7f0f
a dark, electric green · cool · closest name: olivedrab
RGB
95, 127, 15
HSL
77°, 79%, 28%
CMYK
25, 0, 88, 50
Luminance
0.1765
Every format
| HEX | #5f7f0f |
| RGB | rgb(95, 127, 15) |
| HSL | hsl(77, 79%, 28%) |
| CMYK | cmyk(25%, 0%, 88%, 50%) |
| LAB | lab(49.1 -26.9 50.4) |
| LCH | lch(49.1 57.1 118.1) |
| OKLCH | oklch(0.552 0.135 125.7) |
Copy-ready code
/* CSS */
color: #5f7f0f;
background-color: #5f7f0f;
/* Tailwind (arbitrary) */
class="text-[#5f7f0f] bg-[#5f7f0f]"
/* SCSS */
$brand: #5f7f0f;
/* SwiftUI */
Color(red: 0.373, green: 0.498, blue: 0.059)
/* Android */
Color.parseColor("#5f7f0f")Accessibility — WCAG contrast
Aa
#5f7f0f on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f7f0f on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green49.8%
Blue5.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow88.2%
Key (black)50.2%
Color previews
#5f7f0f text on a black background
contrast 4.53:1
Card sample
#5f7f0f text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7f0f;
Background color
Panel with #5f7f0f background
background-color: #5f7f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 127, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 127, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7f0f; background: linear-gradient(135deg, #5f7f0f, #147F0F);