#470008
a deep, electric red · warm · closest name: maroon
RGB
71, 0, 8
HSL
353°, 100%, 14%
CMYK
0, 100, 89, 72
Luminance
0.0136
Every format
| HEX | #470008 |
| RGB | rgb(71, 0, 8) |
| HSL | hsl(353, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 89%, 72%) |
| LAB | lab(11.7 32.2 15.1) |
| LCH | lch(11.7 35.6 25.1) |
| OKLCH | oklch(0.251 0.101 22.8) |
Copy-ready code
/* CSS */
color: #470008;
background-color: #470008;
/* Tailwind (arbitrary) */
class="text-[#470008] bg-[#470008]"
/* SCSS */
$brand: #470008;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.031)
/* Android */
Color.parseColor("#470008")Accessibility — WCAG contrast
Aa
#470008 on white: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470008 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow88.7%
Key (black)72.2%
Color previews
#470008 text on a black background
contrast 1.27:1
Card sample
#470008 text on a white background
contrast 16.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470008;
Background color
Panel with #470008 background
background-color: #470008;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470008;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470008; background: linear-gradient(135deg, #470008, #472700);