#71323f
a dark, soft red · warm · closest name: sienna
RGB
113, 50, 63
HSL
348°, 39%, 32%
CMYK
0, 56, 44, 56
Luminance
0.0615
Every format
| HEX | #71323f |
| RGB | rgb(113, 50, 63) |
| HSL | hsl(348, 39%, 32%) |
| CMYK | cmyk(0%, 56%, 44%, 56%) |
| LAB | lab(29.8 29.2 5.4) |
| LCH | lch(29.8 29.7 10.4) |
| OKLCH | oklch(0.406 0.090 9.0) |
Copy-ready code
/* CSS */
color: #71323f;
background-color: #71323f;
/* Tailwind (arbitrary) */
class="text-[#71323f] bg-[#71323f]"
/* SCSS */
$brand: #71323f;
/* SwiftUI */
Color(red: 0.443, green: 0.196, blue: 0.247)
/* Android */
Color.parseColor("#71323f")Accessibility — WCAG contrast
Aa
#71323f on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71323f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green19.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow44.2%
Key (black)55.7%
Color previews
#71323f text on a black background
contrast 2.23:1
Card sample
#71323f text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71323f;
Background color
Panel with #71323f background
background-color: #71323f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71323f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 50, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 50, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71323f; background: linear-gradient(135deg, #71323f, #714F32);