#360021
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 0, 33
HSL
323°, 100%, 11%
CMYK
0, 100, 39, 79
Luminance
0.0089
Every format
| HEX | #360021 |
| RGB | rgb(54, 0, 33) |
| HSL | hsl(323, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 39%, 79%) |
| LAB | lab(8.1 29.4 -6.6) |
| LCH | lch(8.1 30.1 347.3) |
| OKLCH | oklch(0.220 0.092 349.1) |
Copy-ready code
/* CSS */
color: #360021;
background-color: #360021;
/* Tailwind (arbitrary) */
class="text-[#360021] bg-[#360021]"
/* SCSS */
$brand: #360021;
/* SwiftUI */
Color(red: 0.212, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#360021")Accessibility — WCAG contrast
Aa
#360021 on white: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360021 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow38.9%
Key (black)78.8%
Color previews
#360021 text on a black background
contrast 1.18:1
Card sample
#360021 text on a white background
contrast 17.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360021;
Background color
Panel with #360021 background
background-color: #360021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360021; background: linear-gradient(135deg, #360021, #360300);