#371012
a deep, vivid red · warm · closest name: black
RGB
55, 16, 18
HSL
357°, 55%, 14%
CMYK
0, 71, 67, 78
Luminance
0.0123
Every format
| HEX | #371012 |
| RGB | rgb(55, 16, 18) |
| HSL | hsl(357, 55%, 14%) |
| CMYK | cmyk(0%, 71%, 67%, 78%) |
| LAB | lab(10.8 19.7 8.4) |
| LCH | lch(10.8 21.4 23.1) |
| OKLCH | oklch(0.238 0.062 20.1) |
Copy-ready code
/* CSS */
color: #371012;
background-color: #371012;
/* Tailwind (arbitrary) */
class="text-[#371012] bg-[#371012]"
/* SCSS */
$brand: #371012;
/* SwiftUI */
Color(red: 0.216, green: 0.063, blue: 0.071)
/* Android */
Color.parseColor("#371012")Accessibility — WCAG contrast
Aa
#371012 on white: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371012 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green6.3%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow67.3%
Key (black)78.4%
Color previews
#371012 text on a black background
contrast 1.25:1
Card sample
#371012 text on a white background
contrast 16.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371012;
Background color
Panel with #371012 background
background-color: #371012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 16, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 16, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371012; background: linear-gradient(135deg, #371012, #372810);