#470b13
a deep, vivid red · warm · closest name: black
RGB
71, 11, 19
HSL
352°, 73%, 16%
CMYK
0, 85, 73, 72
Luminance
0.0163
Every format
| HEX | #470b13 |
| RGB | rgb(71, 11, 19) |
| HSL | hsl(352, 73%, 16%) |
| CMYK | cmyk(0%, 85%, 73%, 72%) |
| LAB | lab(13.4 28.4 11.9) |
| LCH | lch(13.4 30.8 22.8) |
| OKLCH | oklch(0.264 0.089 18.9) |
Copy-ready code
/* CSS */
color: #470b13;
background-color: #470b13;
/* Tailwind (arbitrary) */
class="text-[#470b13] bg-[#470b13]"
/* SCSS */
$brand: #470b13;
/* SwiftUI */
Color(red: 0.278, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#470b13")Accessibility — WCAG contrast
Aa
#470b13 on white: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470b13 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow73.2%
Key (black)72.2%
Color previews
#470b13 text on a black background
contrast 1.33:1
Card sample
#470b13 text on a white background
contrast 15.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470b13;
Background color
Panel with #470b13 background
background-color: #470b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470b13; background: linear-gradient(135deg, #470b13, #472B0B);