#360b13
a deep, vivid red · warm · closest name: black
RGB
54, 11, 19
HSL
349°, 66%, 13%
CMYK
0, 80, 65, 79
Luminance
0.0107
Every format
| HEX | #360b13 |
| RGB | rgb(54, 11, 19) |
| HSL | hsl(349, 66%, 13%) |
| CMYK | cmyk(0%, 80%, 65%, 79%) |
| LAB | lab(9.6 22.0 6.0) |
| LCH | lch(9.6 22.9 15.3) |
| OKLCH | oklch(0.229 0.068 13.5) |
Copy-ready code
/* CSS */
color: #360b13;
background-color: #360b13;
/* Tailwind (arbitrary) */
class="text-[#360b13] bg-[#360b13]"
/* SCSS */
$brand: #360b13;
/* SwiftUI */
Color(red: 0.212, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#360b13")Accessibility — WCAG contrast
Aa
#360b13 on white: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360b13 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow64.8%
Key (black)78.8%
Color previews
#360b13 text on a black background
contrast 1.21:1
Card sample
#360b13 text on a white background
contrast 17.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360b13;
Background color
Panel with #360b13 background
background-color: #360b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360b13; background: linear-gradient(135deg, #360b13, #36200B);