#71270b
a deep, electric orange · warm · closest name: sienna
RGB
113, 39, 11
HSL
17°, 82%, 24%
CMYK
0, 66, 90, 56
Luminance
0.0499
Every format
| HEX | #71270b |
| RGB | rgb(113, 39, 11) |
| HSL | hsl(17, 82%, 24%) |
| CMYK | cmyk(0%, 66%, 90%, 56%) |
| LAB | lab(26.7 31.3 33.5) |
| LCH | lch(26.7 45.9 46.9) |
| OKLCH | oklch(0.380 0.111 38.9) |
Copy-ready code
/* CSS */
color: #71270b;
background-color: #71270b;
/* Tailwind (arbitrary) */
class="text-[#71270b] bg-[#71270b]"
/* SCSS */
$brand: #71270b;
/* SwiftUI */
Color(red: 0.443, green: 0.153, blue: 0.043)
/* Android */
Color.parseColor("#71270b")Accessibility — WCAG contrast
Aa
#71270b on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71270b on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green15.3%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow90.3%
Key (black)55.7%
Color previews
#71270b text on a black background
contrast 2.00:1
Card sample
#71270b text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71270b;
Background color
Panel with #71270b background
background-color: #71270b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71270b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 39, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 39, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71270b; background: linear-gradient(135deg, #71270b, #716B0B);