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