#471313
a deep, vivid red · warm · closest name: black
RGB
71, 19, 19
HSL
0°, 58%, 18%
CMYK
0, 73, 73, 72
Luminance
0.0185
Every format
| HEX | #471313 |
| RGB | rgb(71, 19, 19) |
| HSL | hsl(0, 58%, 18%) |
| CMYK | cmyk(0%, 73%, 73%, 72%) |
| LAB | lab(14.7 24.8 13.6) |
| LCH | lch(14.7 28.3 28.8) |
| OKLCH | oklch(0.274 0.080 24.0) |
Copy-ready code
/* CSS */
color: #471313;
background-color: #471313;
/* Tailwind (arbitrary) */
class="text-[#471313] bg-[#471313]"
/* SCSS */
$brand: #471313;
/* SwiftUI */
Color(red: 0.278, green: 0.075, blue: 0.075)
/* Android */
Color.parseColor("#471313")Accessibility — WCAG contrast
Aa
#471313 on white: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471313 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow73.2%
Key (black)72.2%
Color previews
#471313 text on a black background
contrast 1.37:1
Card sample
#471313 text on a white background
contrast 15.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471313;
Background color
Panel with #471313 background
background-color: #471313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 19, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 19, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471313; background: linear-gradient(135deg, #471313, #473613);