#5f881b
a dark, vivid green · cool · closest name: olivedrab
RGB
95, 136, 27
HSL
83°, 67%, 32%
CMYK
30, 0, 80, 47
Luminance
0.2012
Every format
| HEX | #5f881b |
| RGB | rgb(95, 136, 27) |
| HSL | hsl(83, 67%, 32%) |
| CMYK | cmyk(30%, 0%, 80%, 47%) |
| LAB | lab(52.0 -30.7 49.6) |
| LCH | lch(52.0 58.4 121.7) |
| OKLCH | oklch(0.576 0.141 128.8) |
Copy-ready code
/* CSS */
color: #5f881b;
background-color: #5f881b;
/* Tailwind (arbitrary) */
class="text-[#5f881b] bg-[#5f881b]"
/* SCSS */
$brand: #5f881b;
/* SwiftUI */
Color(red: 0.373, green: 0.533, blue: 0.106)
/* Android */
Color.parseColor("#5f881b")Accessibility — WCAG contrast
Aa
#5f881b on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f881b on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green53.3%
Blue10.6%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow80.1%
Key (black)46.7%
Color previews
#5f881b text on a black background
contrast 5.02:1
Card sample
#5f881b text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f881b;
Background color
Panel with #5f881b background
background-color: #5f881b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f881b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 136, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 136, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f881b; background: linear-gradient(135deg, #5f881b, #1B8820);