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