#361421
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 20, 33
HSL
337°, 46%, 15%
CMYK
0, 63, 39, 79
Luminance
0.0139
Every format
| HEX | #361421 |
| RGB | rgb(54, 20, 33) |
| HSL | hsl(337, 46%, 15%) |
| CMYK | cmyk(0%, 63%, 39%, 79%) |
| LAB | lab(11.9 18.7 -0.8) |
| LCH | lch(11.9 18.8 357.4) |
| OKLCH | oklch(0.248 0.057 358.0) |
Copy-ready code
/* CSS */
color: #361421;
background-color: #361421;
/* Tailwind (arbitrary) */
class="text-[#361421] bg-[#361421]"
/* SCSS */
$brand: #361421;
/* SwiftUI */
Color(red: 0.212, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#361421")Accessibility — WCAG contrast
Aa
#361421 on white: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361421 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow38.9%
Key (black)78.8%
Color previews
#361421 text on a black background
contrast 1.28:1
Card sample
#361421 text on a white background
contrast 16.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361421;
Background color
Panel with #361421 background
background-color: #361421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361421; background: linear-gradient(135deg, #361421, #361E14);