#361a21
a deep, soft red · warm · closest name: black
RGB
54, 26, 33
HSL
345°, 35%, 16%
CMYK
0, 52, 39, 79
Luminance
0.0163
Every format
| HEX | #361a21 |
| RGB | rgb(54, 26, 33) |
| HSL | hsl(345, 35%, 16%) |
| CMYK | cmyk(0%, 52%, 39%, 79%) |
| LAB | lab(13.4 14.9 1.4) |
| LCH | lch(13.4 14.9 5.2) |
| OKLCH | oklch(0.260 0.045 4.7) |
Copy-ready code
/* CSS */
color: #361a21;
background-color: #361a21;
/* Tailwind (arbitrary) */
class="text-[#361a21] bg-[#361a21]"
/* SCSS */
$brand: #361a21;
/* SwiftUI */
Color(red: 0.212, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#361a21")Accessibility — WCAG contrast
Aa
#361a21 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361a21 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow38.9%
Key (black)78.8%
Color previews
#361a21 text on a black background
contrast 1.33:1
Card sample
#361a21 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361a21;
Background color
Panel with #361a21 background
background-color: #361a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361a21; background: linear-gradient(135deg, #361a21, #36261A);