#712c13
a dark, vivid orange · warm · closest name: sienna
RGB
113, 44, 19
HSL
16°, 71%, 26%
CMYK
0, 61, 83, 56
Luminance
0.0536
Every format
| HEX | #712c13 |
| RGB | rgb(113, 44, 19) |
| HSL | hsl(16, 71%, 26%) |
| CMYK | cmyk(0%, 61%, 83%, 56%) |
| LAB | lab(27.7 29.0 30.4) |
| LCH | lch(27.7 42.1 46.3) |
| OKLCH | oklch(0.388 0.104 39.3) |
Copy-ready code
/* CSS */
color: #712c13;
background-color: #712c13;
/* Tailwind (arbitrary) */
class="text-[#712c13] bg-[#712c13]"
/* SCSS */
$brand: #712c13;
/* SwiftUI */
Color(red: 0.443, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#712c13")Accessibility — WCAG contrast
Aa
#712c13 on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#712c13 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow83.2%
Key (black)55.7%
Color previews
#712c13 text on a black background
contrast 2.07:1
Card sample
#712c13 text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712c13;
Background color
Panel with #712c13 background
background-color: #712c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712c13; background: linear-gradient(135deg, #712c13, #716B13);