#36110c
a deep, vivid red · warm · closest name: black
RGB
54, 17, 12
HSL
7°, 64%, 13%
CMYK
0, 69, 78, 79
Luminance
0.0121
Every format
| HEX | #36110c |
| RGB | rgb(54, 17, 12) |
| HSL | hsl(7, 64%, 13%) |
| CMYK | cmyk(0%, 69%, 78%, 79%) |
| LAB | lab(10.7 18.1 11.4) |
| LCH | lch(10.7 21.4 32.1) |
| OKLCH | oklch(0.237 0.061 30.0) |
Copy-ready code
/* CSS */
color: #36110c;
background-color: #36110c;
/* Tailwind (arbitrary) */
class="text-[#36110c] bg-[#36110c]"
/* SCSS */
$brand: #36110c;
/* SwiftUI */
Color(red: 0.212, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#36110c")Accessibility — WCAG contrast
Aa
#36110c on white: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36110c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow77.8%
Key (black)78.8%
Color previews
#36110c text on a black background
contrast 1.24:1
Card sample
#36110c text on a white background
contrast 16.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36110c;
Background color
Panel with #36110c background
background-color: #36110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36110c; background: linear-gradient(135deg, #36110c, #362D0C);