#360521
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 5, 33
HSL
326°, 83%, 12%
CMYK
0, 91, 39, 79
Luminance
0.0100
Every format
| HEX | #360521 |
| RGB | rgb(54, 5, 33) |
| HSL | hsl(326, 83%, 12%) |
| CMYK | cmyk(0%, 91%, 39%, 79%) |
| LAB | lab(9.0 26.7 -5.2) |
| LCH | lch(9.0 27.2 349.0) |
| OKLCH | oklch(0.227 0.083 350.6) |
Copy-ready code
/* CSS */
color: #360521;
background-color: #360521;
/* Tailwind (arbitrary) */
class="text-[#360521] bg-[#360521]"
/* SCSS */
$brand: #360521;
/* SwiftUI */
Color(red: 0.212, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#360521")Accessibility — WCAG contrast
Aa
#360521 on white: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360521 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow38.9%
Key (black)78.8%
Color previews
#360521 text on a black background
contrast 1.20:1
Card sample
#360521 text on a white background
contrast 17.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360521;
Background color
Panel with #360521 background
background-color: #360521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360521; background: linear-gradient(135deg, #360521, #360A05);