#36151b
a deep, soft red · warm · closest name: black
RGB
54, 21, 27
HSL
349°, 44%, 15%
CMYK
0, 61, 50, 79
Luminance
0.0140
Every format
| HEX | #36151b |
| RGB | rgb(54, 21, 27) |
| HSL | hsl(349, 44%, 15%) |
| CMYK | cmyk(0%, 61%, 50%, 79%) |
| LAB | lab(12.0 17.2 3.7) |
| LCH | lch(12.0 17.6 12.0) |
| OKLCH | oklch(0.248 0.053 10.4) |
Copy-ready code
/* CSS */
color: #36151b;
background-color: #36151b;
/* Tailwind (arbitrary) */
class="text-[#36151b] bg-[#36151b]"
/* SCSS */
$brand: #36151b;
/* SwiftUI */
Color(red: 0.212, green: 0.082, blue: 0.106)
/* Android */
Color.parseColor("#36151b")Accessibility — WCAG contrast
Aa
#36151b on white: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36151b on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green8.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow50.0%
Key (black)78.8%
Color previews
#36151b text on a black background
contrast 1.28:1
Card sample
#36151b text on a white background
contrast 16.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36151b;
Background color
Panel with #36151b background
background-color: #36151b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36151b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 21, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 21, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36151b; background: linear-gradient(135deg, #36151b, #362515);