#809c02
a dark, electric green · cool · closest name: olivedrab
RGB
128, 156, 2
HSL
71°, 98%, 31%
CMYK
18, 0, 99, 39
Luminance
0.2837
Every format
| HEX | #809c02 |
| RGB | rgb(128, 156, 2) |
| HSL | hsl(71, 98%, 31%) |
| CMYK | cmyk(18%, 0%, 99%, 39%) |
| LAB | lab(60.2 -27.2 62.6) |
| LCH | lch(60.2 68.3 113.5) |
| OKLCH | oklch(0.648 0.156 121.6) |
Copy-ready code
/* CSS */
color: #809c02;
background-color: #809c02;
/* Tailwind (arbitrary) */
class="text-[#809c02] bg-[#809c02]"
/* SCSS */
$brand: #809c02;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.008)
/* Android */
Color.parseColor("#809c02")Accessibility — WCAG contrast
Aa
#809c02 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809c02 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue0.8%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow98.7%
Key (black)38.8%
Color previews
#809c02 text on a black background
contrast 6.67:1
Card sample
#809c02 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809c02;
Background color
Panel with #809c02 background
background-color: #809c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809c02; background: linear-gradient(135deg, #809c02, #199C02);