#a13d21
a dark, vivid red · warm · closest name: sienna
RGB
161, 61, 33
HSL
13°, 66%, 38%
CMYK
0, 62, 80, 37
Luminance
0.1102
Every format
| HEX | #a13d21 |
| RGB | rgb(161, 61, 33) |
| HSL | hsl(13, 66%, 38%) |
| CMYK | cmyk(0%, 62%, 80%, 37%) |
| LAB | lab(39.6 40.0 37.6) |
| LCH | lch(39.6 54.9 43.3) |
| OKLCH | oklch(0.495 0.139 36.2) |
Copy-ready code
/* CSS */
color: #a13d21;
background-color: #a13d21;
/* Tailwind (arbitrary) */
class="text-[#a13d21] bg-[#a13d21]"
/* SCSS */
$brand: #a13d21;
/* SwiftUI */
Color(red: 0.631, green: 0.239, blue: 0.129)
/* Android */
Color.parseColor("#a13d21")Accessibility — WCAG contrast
Aa
#a13d21 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a13d21 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green23.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow79.5%
Key (black)36.9%
Color previews
#a13d21 text on a black background
contrast 3.20:1
Card sample
#a13d21 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a13d21;
Background color
Panel with #a13d21 background
background-color: #a13d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a13d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 61, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 61, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a13d21; background: linear-gradient(135deg, #a13d21, #A19221);