#809f00
a dark, electric green · cool · closest name: olivedrab
RGB
128, 159, 0
HSL
72°, 100%, 31%
CMYK
20, 0, 100, 38
Luminance
0.2939
Every format
| HEX | #809f00 |
| RGB | rgb(128, 159, 0) |
| HSL | hsl(72, 100%, 31%) |
| CMYK | cmyk(20%, 0%, 100%, 38%) |
| LAB | lab(61.1 -28.7 63.6) |
| LCH | lch(61.1 69.7 114.3) |
| OKLCH | oklch(0.655 0.160 122.5) |
Copy-ready code
/* CSS */
color: #809f00;
background-color: #809f00;
/* Tailwind (arbitrary) */
class="text-[#809f00] bg-[#809f00]"
/* SCSS */
$brand: #809f00;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.000)
/* Android */
Color.parseColor("#809f00")Accessibility — WCAG contrast
Aa
#809f00 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809f00 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue0.0%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow100.0%
Key (black)37.6%
Color previews
#809f00 text on a black background
contrast 6.88:1
Card sample
#809f00 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809f00;
Background color
Panel with #809f00 background
background-color: #809f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809f00; background: linear-gradient(135deg, #809f00, #169F00);