#470010
a deep, electric red · warm · closest name: maroon
RGB
71, 0, 16
HSL
347°, 100%, 14%
CMYK
0, 100, 78, 72
Luminance
0.0138
Every format
| HEX | #470010 |
| RGB | rgb(71, 0, 16) |
| HSL | hsl(347, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 78%, 72%) |
| LAB | lab(11.8 32.6 11.6) |
| LCH | lch(11.8 34.5 19.6) |
| OKLCH | oklch(0.253 0.101 16.6) |
Copy-ready code
/* CSS */
color: #470010;
background-color: #470010;
/* Tailwind (arbitrary) */
class="text-[#470010] bg-[#470010]"
/* SCSS */
$brand: #470010;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.063)
/* Android */
Color.parseColor("#470010")Accessibility — WCAG contrast
Aa
#470010 on white: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470010 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow77.5%
Key (black)72.2%
Color previews
#470010 text on a black background
contrast 1.28:1
Card sample
#470010 text on a white background
contrast 16.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470010;
Background color
Panel with #470010 background
background-color: #470010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470010; background: linear-gradient(135deg, #470010, #471F00);