#806000
a dark, electric yellow · cool · closest name: olive
RGB
128, 96, 0
HSL
45°, 100%, 25%
CMYK
0, 25, 100, 50
Luminance
0.1295
Every format
| HEX | #806000 |
| RGB | rgb(128, 96, 0) |
| HSL | hsl(45, 100%, 25%) |
| CMYK | cmyk(0%, 25%, 100%, 50%) |
| LAB | lab(42.7 5.2 50.1) |
| LCH | lch(42.7 50.4 84.1) |
| OKLCH | oklch(0.508 0.104 85.8) |
Copy-ready code
/* CSS */
color: #806000;
background-color: #806000;
/* Tailwind (arbitrary) */
class="text-[#806000] bg-[#806000]"
/* SCSS */
$brand: #806000;
/* SwiftUI */
Color(red: 0.502, green: 0.376, blue: 0.000)
/* Android */
Color.parseColor("#806000")Accessibility — WCAG contrast
Aa
#806000 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806000 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green37.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow100.0%
Key (black)49.8%
Color previews
#806000 text on a black background
contrast 3.59:1
Card sample
#806000 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806000;
Background color
Panel with #806000 background
background-color: #806000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 96, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 96, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806000; background: linear-gradient(135deg, #806000, #4B8000);