#813521
a dark, vivid red · warm · closest name: sienna
RGB
129, 53, 33
HSL
13°, 59%, 32%
CMYK
0, 59, 74, 49
Luminance
0.0732
Every format
| HEX | #813521 |
| RGB | rgb(129, 53, 33) |
| HSL | hsl(13, 59%, 32%) |
| CMYK | cmyk(0%, 59%, 74%, 49%) |
| LAB | lab(32.5 31.5 28.4) |
| LCH | lch(32.5 42.4 42.1) |
| OKLCH | oklch(0.430 0.110 35.8) |
Copy-ready code
/* CSS */
color: #813521;
background-color: #813521;
/* Tailwind (arbitrary) */
class="text-[#813521] bg-[#813521]"
/* SCSS */
$brand: #813521;
/* SwiftUI */
Color(red: 0.506, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#813521")Accessibility — WCAG contrast
Aa
#813521 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#813521 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow74.4%
Key (black)49.4%
Color previews
#813521 text on a black background
contrast 2.46:1
Card sample
#813521 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #813521;
Background color
Panel with #813521 background
background-color: #813521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #813521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #813521; background: linear-gradient(135deg, #813521, #817521);