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