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