#806b00
a dark, electric yellow · cool · closest name: olive
RGB
128, 107, 0
HSL
50°, 100%, 25%
CMYK
0, 16, 100, 50
Luminance
0.1510
Every format
| HEX | #806b00 |
| RGB | rgb(128, 107, 0) |
| HSL | hsl(50, 100%, 25%) |
| CMYK | cmyk(0%, 16%, 100%, 50%) |
| LAB | lab(45.8 -1.2 52.3) |
| LCH | lch(45.8 52.3 91.3) |
| OKLCH | oklch(0.532 0.109 95.4) |
Copy-ready code
/* CSS */
color: #806b00;
background-color: #806b00;
/* Tailwind (arbitrary) */
class="text-[#806b00] bg-[#806b00]"
/* SCSS */
$brand: #806b00;
/* SwiftUI */
Color(red: 0.502, green: 0.420, blue: 0.000)
/* Android */
Color.parseColor("#806b00")Accessibility — WCAG contrast
Aa
#806b00 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806b00 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green42.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow100.0%
Key (black)49.8%
Color previews
#806b00 text on a black background
contrast 4.02:1
Card sample
#806b00 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806b00;
Background color
Panel with #806b00 background
background-color: #806b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 107, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 107, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806b00; background: linear-gradient(135deg, #806b00, #408000);