#712f2f
a dark, soft red · warm · closest name: sienna
RGB
113, 47, 47
HSL
0°, 41%, 31%
CMYK
0, 58, 58, 56
Luminance
0.0575
Every format
| HEX | #712f2f |
| RGB | rgb(113, 47, 47) |
| HSL | hsl(0, 41%, 31%) |
| CMYK | cmyk(0%, 58%, 58%, 56%) |
| LAB | lab(28.8 29.2 14.5) |
| LCH | lch(28.8 32.6 26.4) |
| OKLCH | oklch(0.397 0.094 22.3) |
Copy-ready code
/* CSS */
color: #712f2f;
background-color: #712f2f;
/* Tailwind (arbitrary) */
class="text-[#712f2f] bg-[#712f2f]"
/* SCSS */
$brand: #712f2f;
/* SwiftUI */
Color(red: 0.443, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#712f2f")Accessibility — WCAG contrast
Aa
#712f2f on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#712f2f on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow58.4%
Key (black)55.7%
Color previews
#712f2f text on a black background
contrast 2.15:1
Card sample
#712f2f text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712f2f;
Background color
Panel with #712f2f background
background-color: #712f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712f2f; background: linear-gradient(135deg, #712f2f, #715B2F);