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