#361021
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 16, 33
HSL
333°, 54%, 14%
CMYK
0, 70, 39, 79
Luminance
0.0126
Every format
| HEX | #361021 |
| RGB | rgb(54, 16, 33) |
| HSL | hsl(333, 54%, 14%) |
| CMYK | cmyk(0%, 70%, 39%, 79%) |
| LAB | lab(11.0 21.1 -2.2) |
| LCH | lch(11.0 21.2 354.1) |
| OKLCH | oklch(0.241 0.065 355.2) |
Copy-ready code
/* CSS */
color: #361021;
background-color: #361021;
/* Tailwind (arbitrary) */
class="text-[#361021] bg-[#361021]"
/* SCSS */
$brand: #361021;
/* SwiftUI */
Color(red: 0.212, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#361021")Accessibility — WCAG contrast
Aa
#361021 on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361021 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow38.9%
Key (black)78.8%
Color previews
#361021 text on a black background
contrast 1.25:1
Card sample
#361021 text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361021;
Background color
Panel with #361021 background
background-color: #361021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361021; background: linear-gradient(135deg, #361021, #361810);