#806619
a dark, vivid yellow · warm · closest name: olive
RGB
128, 102, 25
HSL
45°, 67%, 30%
CMYK
0, 20, 81, 50
Luminance
0.1416
Every format
| HEX | #806619 |
| RGB | rgb(128, 102, 25) |
| HSL | hsl(45, 67%, 30%) |
| CMYK | cmyk(0%, 20%, 81%, 50%) |
| LAB | lab(44.5 2.4 44.4) |
| LCH | lch(44.5 44.4 87.0) |
| OKLCH | oklch(0.522 0.097 89.0) |
Copy-ready code
/* CSS */
color: #806619;
background-color: #806619;
/* Tailwind (arbitrary) */
class="text-[#806619] bg-[#806619]"
/* SCSS */
$brand: #806619;
/* SwiftUI */
Color(red: 0.502, green: 0.400, blue: 0.098)
/* Android */
Color.parseColor("#806619")Accessibility — WCAG contrast
Aa
#806619 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806619 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green40.0%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow80.5%
Key (black)49.8%
Color previews
#806619 text on a black background
contrast 3.83:1
Card sample
#806619 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806619;
Background color
Panel with #806619 background
background-color: #806619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 102, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 102, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806619; background: linear-gradient(135deg, #806619, #558019);