#361821
a deep, soft magenta / pink · warm · closest name: black
RGB
54, 24, 33
HSL
342°, 39%, 15%
CMYK
0, 56, 39, 79
Luminance
0.0155
Every format
| HEX | #361821 |
| RGB | rgb(54, 24, 33) |
| HSL | hsl(342, 39%, 15%) |
| CMYK | cmyk(0%, 56%, 39%, 79%) |
| LAB | lab(12.9 16.2 0.6) |
| LCH | lch(12.9 16.2 2.1) |
| OKLCH | oklch(0.256 0.049 2.1) |
Copy-ready code
/* CSS */
color: #361821;
background-color: #361821;
/* Tailwind (arbitrary) */
class="text-[#361821] bg-[#361821]"
/* SCSS */
$brand: #361821;
/* SwiftUI */
Color(red: 0.212, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#361821")Accessibility — WCAG contrast
Aa
#361821 on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361821 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow38.9%
Key (black)78.8%
Color previews
#361821 text on a black background
contrast 1.31:1
Card sample
#361821 text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361821;
Background color
Panel with #361821 background
background-color: #361821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361821; background: linear-gradient(135deg, #361821, #362318);