#37060c
a deep, electric red · warm · closest name: black
RGB
55, 6, 12
HSL
353°, 80%, 12%
CMYK
0, 89, 78, 78
Luminance
0.0097
Every format
| HEX | #37060c |
| RGB | rgb(55, 6, 12) |
| HSL | hsl(353, 80%, 12%) |
| CMYK | cmyk(0%, 89%, 78%, 78%) |
| LAB | lab(8.7 24.3 8.7) |
| LCH | lch(8.7 25.8 19.6) |
| OKLCH | oklch(0.223 0.076 19.3) |
Copy-ready code
/* CSS */
color: #37060c;
background-color: #37060c;
/* Tailwind (arbitrary) */
class="text-[#37060c] bg-[#37060c]"
/* SCSS */
$brand: #37060c;
/* SwiftUI */
Color(red: 0.216, green: 0.024, blue: 0.047)
/* Android */
Color.parseColor("#37060c")Accessibility — WCAG contrast
Aa
#37060c on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#37060c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green2.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow78.2%
Key (black)78.4%
Color previews
#37060c text on a black background
contrast 1.19:1
Card sample
#37060c text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37060c;
Background color
Panel with #37060c background
background-color: #37060c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37060c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 6, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 6, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37060c; background: linear-gradient(135deg, #37060c, #372106);