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