#803621
a dark, vivid red · warm · closest name: sienna
RGB
128, 54, 33
HSL
13°, 59%, 32%
CMYK
0, 58, 74, 50
Luminance
0.0734
Every format
| HEX | #803621 |
| RGB | rgb(128, 54, 33) |
| HSL | hsl(13, 59%, 32%) |
| CMYK | cmyk(0%, 58%, 74%, 50%) |
| LAB | lab(32.6 30.6 28.4) |
| LCH | lch(32.6 41.7 42.9) |
| OKLCH | oklch(0.430 0.108 36.6) |
Copy-ready code
/* CSS */
color: #803621;
background-color: #803621;
/* Tailwind (arbitrary) */
class="text-[#803621] bg-[#803621]"
/* SCSS */
$brand: #803621;
/* SwiftUI */
Color(red: 0.502, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#803621")Accessibility — WCAG contrast
Aa
#803621 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803621 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow74.2%
Key (black)49.8%
Color previews
#803621 text on a black background
contrast 2.47:1
Card sample
#803621 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803621;
Background color
Panel with #803621 background
background-color: #803621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803621; background: linear-gradient(135deg, #803621, #807621);