#71283a
a dark, vivid red · warm · closest name: sienna
RGB
113, 40, 58
HSL
345°, 48%, 30%
CMYK
0, 65, 49, 56
Luminance
0.0533
Every format
| HEX | #71283a |
| RGB | rgb(113, 40, 58) |
| HSL | hsl(345, 48%, 30%) |
| CMYK | cmyk(0%, 65%, 49%, 56%) |
| LAB | lab(27.7 33.9 5.7) |
| LCH | lch(27.7 34.4 9.5) |
| OKLCH | oklch(0.390 0.104 8.2) |
Copy-ready code
/* CSS */
color: #71283a;
background-color: #71283a;
/* Tailwind (arbitrary) */
class="text-[#71283a] bg-[#71283a]"
/* SCSS */
$brand: #71283a;
/* SwiftUI */
Color(red: 0.443, green: 0.157, blue: 0.227)
/* Android */
Color.parseColor("#71283a")Accessibility — WCAG contrast
Aa
#71283a on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71283a on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green15.7%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow48.7%
Key (black)55.7%
Color previews
#71283a text on a black background
contrast 2.07:1
Card sample
#71283a text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71283a;
Background color
Panel with #71283a background
background-color: #71283a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71283a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 40, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 40, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71283a; background: linear-gradient(135deg, #71283a, #714728);