#470c01
a deep, electric red · warm · closest name: maroon
RGB
71, 12, 1
HSL
9°, 97%, 14%
CMYK
0, 83, 99, 72
Luminance
0.0160
Every format
| HEX | #470c01 |
| RGB | rgb(71, 12, 1) |
| HSL | hsl(9, 97%, 14%) |
| CMYK | cmyk(0%, 83%, 99%, 72%) |
| LAB | lab(13.3 27.1 20.1) |
| LCH | lch(13.3 33.7 36.5) |
| OKLCH | oklch(0.263 0.091 34.4) |
Copy-ready code
/* CSS */
color: #470c01;
background-color: #470c01;
/* Tailwind (arbitrary) */
class="text-[#470c01] bg-[#470c01]"
/* SCSS */
$brand: #470c01;
/* SwiftUI */
Color(red: 0.278, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#470c01")Accessibility — WCAG contrast
Aa
#470c01 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470c01 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow98.6%
Key (black)72.2%
Color previews
#470c01 text on a black background
contrast 1.32:1
Card sample
#470c01 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470c01;
Background color
Panel with #470c01 background
background-color: #470c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470c01; background: linear-gradient(135deg, #470c01, #473B01);