#805419
a dark, vivid orange · warm · closest name: sienna
RGB
128, 84, 25
HSL
34°, 67%, 30%
CMYK
0, 34, 81, 50
Luminance
0.1100
Every format
| HEX | #805419 |
| RGB | rgb(128, 84, 25) |
| HSL | hsl(34, 67%, 30%) |
| CMYK | cmyk(0%, 34%, 81%, 50%) |
| LAB | lab(39.6 13.0 39.8) |
| LCH | lch(39.6 41.8 71.9) |
| OKLCH | oklch(0.484 0.093 69.5) |
Copy-ready code
/* CSS */
color: #805419;
background-color: #805419;
/* Tailwind (arbitrary) */
class="text-[#805419] bg-[#805419]"
/* SCSS */
$brand: #805419;
/* SwiftUI */
Color(red: 0.502, green: 0.329, blue: 0.098)
/* Android */
Color.parseColor("#805419")Accessibility — WCAG contrast
Aa
#805419 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#805419 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green32.9%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow80.5%
Key (black)49.8%
Color previews
#805419 text on a black background
contrast 3.20:1
Card sample
#805419 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #805419;
Background color
Panel with #805419 background
background-color: #805419;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #805419;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 84, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 84, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #805419; background: linear-gradient(135deg, #805419, #678019);