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