#81981c
a dark, vivid green · cool · closest name: olivedrab
RGB
129, 152, 28
HSL
71°, 69%, 35%
CMYK
15, 0, 82, 40
Luminance
0.2721
Every format
| HEX | #81981c |
| RGB | rgb(129, 152, 28) |
| HSL | hsl(71, 69%, 35%) |
| CMYK | cmyk(15%, 0%, 82%, 40%) |
| LAB | lab(59.2 -24.2 56.7) |
| LCH | lch(59.2 61.6 113.1) |
| OKLCH | oklch(0.640 0.143 120.3) |
Copy-ready code
/* CSS */
color: #81981c;
background-color: #81981c;
/* Tailwind (arbitrary) */
class="text-[#81981c] bg-[#81981c]"
/* SCSS */
$brand: #81981c;
/* SwiftUI */
Color(red: 0.506, green: 0.596, blue: 0.110)
/* Android */
Color.parseColor("#81981c")Accessibility — WCAG contrast
Aa
#81981c on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#81981c on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green59.6%
Blue11.0%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow81.6%
Key (black)40.4%
Color previews
#81981c text on a black background
contrast 6.44:1
Card sample
#81981c text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81981c;
Background color
Panel with #81981c background
background-color: #81981c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81981c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 152, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 152, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81981c; background: linear-gradient(135deg, #81981c, #2E981C);