#471400
a deep, electric orange · warm · closest name: maroon
RGB
71, 20, 0
HSL
17°, 100%, 14%
CMYK
0, 72, 100, 72
Luminance
0.0184
Every format
| HEX | #471400 |
| RGB | rgb(71, 20, 0) |
| HSL | hsl(17, 100%, 14%) |
| CMYK | cmyk(0%, 72%, 100%, 72%) |
| LAB | lab(14.6 23.3 22.3) |
| LCH | lch(14.6 32.3 43.7) |
| OKLCH | oklch(0.273 0.084 41.0) |
Copy-ready code
/* CSS */
color: #471400;
background-color: #471400;
/* Tailwind (arbitrary) */
class="text-[#471400] bg-[#471400]"
/* SCSS */
$brand: #471400;
/* SwiftUI */
Color(red: 0.278, green: 0.078, blue: 0.000)
/* Android */
Color.parseColor("#471400")Accessibility — WCAG contrast
Aa
#471400 on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471400 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow100.0%
Key (black)72.2%
Color previews
#471400 text on a black background
contrast 1.37:1
Card sample
#471400 text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471400;
Background color
Panel with #471400 background
background-color: #471400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 20, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 20, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471400; background: linear-gradient(135deg, #471400, #474300);