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