#470500
a deep, electric red · warm · closest name: maroon
RGB
71, 5, 0
HSL
4°, 100%, 14%
CMYK
0, 93, 100, 72
Luminance
0.0145
Every format
| HEX | #470500 |
| RGB | rgb(71, 5, 0) |
| HSL | hsl(4, 100%, 14%) |
| CMYK | cmyk(0%, 93%, 100%, 72%) |
| LAB | lab(12.3 29.8 19.2) |
| LCH | lch(12.3 35.4 32.8) |
| OKLCH | oklch(0.255 0.098 31.7) |
Copy-ready code
/* CSS */
color: #470500;
background-color: #470500;
/* Tailwind (arbitrary) */
class="text-[#470500] bg-[#470500]"
/* SCSS */
$brand: #470500;
/* SwiftUI */
Color(red: 0.278, green: 0.020, blue: 0.000)
/* Android */
Color.parseColor("#470500")Accessibility — WCAG contrast
Aa
#470500 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470500 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green2.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow100.0%
Key (black)72.2%
Color previews
#470500 text on a black background
contrast 1.29:1
Card sample
#470500 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470500;
Background color
Panel with #470500 background
background-color: #470500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 5, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 5, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470500; background: linear-gradient(135deg, #470500, #473400);