#805200
a dark, electric orange · warm · closest name: sienna
RGB
128, 82, 0
HSL
38°, 100%, 25%
CMYK
0, 36, 100, 50
Luminance
0.1062
Every format
| HEX | #805200 |
| RGB | rgb(128, 82, 0) |
| HSL | hsl(38, 100%, 25%) |
| CMYK | cmyk(0%, 36%, 100%, 50%) |
| LAB | lab(38.9 13.5 47.6) |
| LCH | lch(38.9 49.5 74.2) |
| OKLCH | oklch(0.479 0.102 72.2) |
Copy-ready code
/* CSS */
color: #805200;
background-color: #805200;
/* Tailwind (arbitrary) */
class="text-[#805200] bg-[#805200]"
/* SCSS */
$brand: #805200;
/* SwiftUI */
Color(red: 0.502, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#805200")Accessibility — WCAG contrast
Aa
#805200 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#805200 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green32.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow100.0%
Key (black)49.8%
Color previews
#805200 text on a black background
contrast 3.12:1
Card sample
#805200 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #805200;
Background color
Panel with #805200 background
background-color: #805200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #805200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #805200; background: linear-gradient(135deg, #805200, #598000);