#803921
a dark, vivid orange · warm · closest name: sienna
RGB
128, 57, 33
HSL
15°, 59%, 32%
CMYK
0, 56, 74, 50
Luminance
0.0763
Every format
| HEX | #803921 |
| RGB | rgb(128, 57, 33) |
| HSL | hsl(15, 59%, 32%) |
| CMYK | cmyk(0%, 56%, 74%, 50%) |
| LAB | lab(33.2 28.9 29.1) |
| LCH | lch(33.2 41.1 45.2) |
| OKLCH | oklch(0.435 0.105 38.9) |
Copy-ready code
/* CSS */
color: #803921;
background-color: #803921;
/* Tailwind (arbitrary) */
class="text-[#803921] bg-[#803921]"
/* SCSS */
$brand: #803921;
/* SwiftUI */
Color(red: 0.502, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#803921")Accessibility — WCAG contrast
Aa
#803921 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803921 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow74.2%
Key (black)49.8%
Color previews
#803921 text on a black background
contrast 2.53:1
Card sample
#803921 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803921;
Background color
Panel with #803921 background
background-color: #803921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803921; background: linear-gradient(135deg, #803921, #807921);