#470607
a deep, electric red · warm · closest name: maroon
RGB
71, 6, 7
HSL
359°, 84%, 15%
CMYK
0, 92, 90, 72
Luminance
0.0149
Every format
| HEX | #470607 |
| RGB | rgb(71, 6, 7) |
| HSL | hsl(359, 84%, 15%) |
| CMYK | cmyk(0%, 92%, 90%, 72%) |
| LAB | lab(12.5 29.7 16.6) |
| LCH | lch(12.5 34.0 29.3) |
| OKLCH | oklch(0.257 0.095 26.4) |
Copy-ready code
/* CSS */
color: #470607;
background-color: #470607;
/* Tailwind (arbitrary) */
class="text-[#470607] bg-[#470607]"
/* SCSS */
$brand: #470607;
/* SwiftUI */
Color(red: 0.278, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#470607")Accessibility — WCAG contrast
Aa
#470607 on white: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470607 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow90.1%
Key (black)72.2%
Color previews
#470607 text on a black background
contrast 1.30:1
Card sample
#470607 text on a white background
contrast 16.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470607;
Background color
Panel with #470607 background
background-color: #470607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470607; background: linear-gradient(135deg, #470607, #473006);