#360013
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 0, 19
HSL
339°, 100%, 11%
CMYK
0, 100, 65, 79
Luminance
0.0083
Every format
| HEX | #360013 |
| RGB | rgb(54, 0, 19) |
| HSL | hsl(339, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 65%, 79%) |
| LAB | lab(7.5 27.8 3.1) |
| LCH | lch(7.5 28.0 6.3) |
| OKLCH | oklch(0.214 0.086 6.0) |
Copy-ready code
/* CSS */
color: #360013;
background-color: #360013;
/* Tailwind (arbitrary) */
class="text-[#360013] bg-[#360013]"
/* SCSS */
$brand: #360013;
/* SwiftUI */
Color(red: 0.212, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#360013")Accessibility — WCAG contrast
Aa
#360013 on white: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360013 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.8%
Key (black)78.8%
Color previews
#360013 text on a black background
contrast 1.17:1
Card sample
#360013 text on a white background
contrast 18.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360013;
Background color
Panel with #360013 background
background-color: #360013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360013; background: linear-gradient(135deg, #360013, #361100);