#360f13
a deep, vivid red · warm · closest name: black
RGB
54, 15, 19
HSL
354°, 57%, 14%
CMYK
0, 72, 65, 79
Luminance
0.0117
Every format
| HEX | #360f13 |
| RGB | rgb(54, 15, 19) |
| HSL | hsl(354, 57%, 14%) |
| CMYK | cmyk(0%, 72%, 65%, 79%) |
| LAB | lab(10.4 19.9 7.2) |
| LCH | lch(10.4 21.2 19.8) |
| OKLCH | oklch(0.235 0.063 17.2) |
Copy-ready code
/* CSS */
color: #360f13;
background-color: #360f13;
/* Tailwind (arbitrary) */
class="text-[#360f13] bg-[#360f13]"
/* SCSS */
$brand: #360f13;
/* SwiftUI */
Color(red: 0.212, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#360f13")Accessibility — WCAG contrast
Aa
#360f13 on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360f13 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow64.8%
Key (black)78.8%
Color previews
#360f13 text on a black background
contrast 1.23:1
Card sample
#360f13 text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360f13;
Background color
Panel with #360f13 background
background-color: #360f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360f13; background: linear-gradient(135deg, #360f13, #36250F);