#803021
a dark, vivid red · warm · closest name: sienna
RGB
128, 48, 33
HSL
10°, 59%, 32%
CMYK
0, 63, 74, 50
Luminance
0.0681
Every format
| HEX | #803021 |
| RGB | rgb(128, 48, 33) |
| HSL | hsl(10, 59%, 32%) |
| CMYK | cmyk(0%, 63%, 74%, 50%) |
| LAB | lab(31.4 33.6 27.1) |
| LCH | lch(31.4 43.2 38.8) |
| OKLCH | oklch(0.421 0.114 32.6) |
Copy-ready code
/* CSS */
color: #803021;
background-color: #803021;
/* Tailwind (arbitrary) */
class="text-[#803021] bg-[#803021]"
/* SCSS */
$brand: #803021;
/* SwiftUI */
Color(red: 0.502, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#803021")Accessibility — WCAG contrast
Aa
#803021 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803021 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow74.2%
Key (black)49.8%
Color previews
#803021 text on a black background
contrast 2.36:1
Card sample
#803021 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803021;
Background color
Panel with #803021 background
background-color: #803021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803021; background: linear-gradient(135deg, #803021, #806F21);