#5f770c
a dark, electric green · cool · closest name: olivedrab
RGB
95, 119, 12
HSL
74°, 82%, 26%
CMYK
20, 0, 90, 53
Luminance
0.1565
Every format
| HEX | #5f770c |
| RGB | rgb(95, 119, 12) |
| HSL | hsl(74, 82%, 26%) |
| CMYK | cmyk(20%, 0%, 90%, 53%) |
| LAB | lab(46.5 -23.0 49.0) |
| LCH | lch(46.5 54.1 115.2) |
| OKLCH | oklch(0.531 0.126 122.8) |
Copy-ready code
/* CSS */
color: #5f770c;
background-color: #5f770c;
/* Tailwind (arbitrary) */
class="text-[#5f770c] bg-[#5f770c]"
/* SCSS */
$brand: #5f770c;
/* SwiftUI */
Color(red: 0.373, green: 0.467, blue: 0.047)
/* Android */
Color.parseColor("#5f770c")Accessibility — WCAG contrast
Aa
#5f770c on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f770c on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green46.7%
Blue4.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow89.9%
Key (black)53.3%
Color previews
#5f770c text on a black background
contrast 4.13:1
Card sample
#5f770c text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f770c;
Background color
Panel with #5f770c background
background-color: #5f770c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f770c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 119, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 119, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f770c; background: linear-gradient(135deg, #5f770c, #18770C);