#361221
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 18, 33
HSL
335°, 50%, 14%
CMYK
0, 67, 39, 79
Luminance
0.0133
Every format
| HEX | #361221 |
| RGB | rgb(54, 18, 33) |
| HSL | hsl(335, 50%, 14%) |
| CMYK | cmyk(0%, 67%, 39%, 79%) |
| LAB | lab(11.5 19.9 -1.5) |
| LCH | lch(11.5 20.0 355.6) |
| OKLCH | oklch(0.245 0.061 356.5) |
Copy-ready code
/* CSS */
color: #361221;
background-color: #361221;
/* Tailwind (arbitrary) */
class="text-[#361221] bg-[#361221]"
/* SCSS */
$brand: #361221;
/* SwiftUI */
Color(red: 0.212, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#361221")Accessibility — WCAG contrast
Aa
#361221 on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361221 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow38.9%
Key (black)78.8%
Color previews
#361221 text on a black background
contrast 1.27:1
Card sample
#361221 text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361221;
Background color
Panel with #361221 background
background-color: #361221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361221; background: linear-gradient(135deg, #361221, #361B12);