#36070c
a deep, electric red · warm · closest name: black
RGB
54, 7, 12
HSL
354°, 77%, 12%
CMYK
0, 87, 78, 79
Luminance
0.0096
Every format
| HEX | #36070c |
| RGB | rgb(54, 7, 12) |
| HSL | hsl(354, 77%, 12%) |
| CMYK | cmyk(0%, 87%, 78%, 79%) |
| LAB | lab(8.7 23.4 8.6) |
| LCH | lch(8.7 25.0 20.1) |
| OKLCH | oklch(0.222 0.074 19.8) |
Copy-ready code
/* CSS */
color: #36070c;
background-color: #36070c;
/* Tailwind (arbitrary) */
class="text-[#36070c] bg-[#36070c]"
/* SCSS */
$brand: #36070c;
/* SwiftUI */
Color(red: 0.212, green: 0.027, blue: 0.047)
/* Android */
Color.parseColor("#36070c")Accessibility — WCAG contrast
Aa
#36070c on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36070c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green2.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow77.8%
Key (black)78.8%
Color previews
#36070c text on a black background
contrast 1.19:1
Card sample
#36070c text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36070c;
Background color
Panel with #36070c background
background-color: #36070c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36070c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 7, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 7, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36070c; background: linear-gradient(135deg, #36070c, #362107);