#36002b
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 0, 43
HSL
312°, 100%, 11%
CMYK
0, 100, 20, 79
Luminance
0.0096
Every format
| HEX | #36002b |
| RGB | rgb(54, 0, 43) |
| HSL | hsl(312, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 20%, 79%) |
| LAB | lab(8.6 30.8 -13.3) |
| LCH | lch(8.6 33.6 336.6) |
| OKLCH | oklch(0.226 0.099 338.5) |
Copy-ready code
/* CSS */
color: #36002b;
background-color: #36002b;
/* Tailwind (arbitrary) */
class="text-[#36002b] bg-[#36002b]"
/* SCSS */
$brand: #36002b;
/* SwiftUI */
Color(red: 0.212, green: 0.000, blue: 0.169)
/* Android */
Color.parseColor("#36002b")Accessibility — WCAG contrast
Aa
#36002b on white: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36002b on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.4%
Key (black)78.8%
Color previews
#36002b text on a black background
contrast 1.19:1
Card sample
#36002b text on a white background
contrast 17.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36002b;
Background color
Panel with #36002b background
background-color: #36002b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36002b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 0, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 0, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36002b; background: linear-gradient(135deg, #36002b, #360007);