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