#360023
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 0, 35
HSL
321°, 100%, 11%
CMYK
0, 100, 35, 79
Luminance
0.0091
Every format
| HEX | #360023 |
| RGB | rgb(54, 0, 35) |
| HSL | hsl(321, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 35%, 79%) |
| LAB | lab(8.2 29.7 -8.0) |
| LCH | lch(8.2 30.7 344.9) |
| OKLCH | oklch(0.221 0.093 346.9) |
Copy-ready code
/* CSS */
color: #360023;
background-color: #360023;
/* Tailwind (arbitrary) */
class="text-[#360023] bg-[#360023]"
/* SCSS */
$brand: #360023;
/* SwiftUI */
Color(red: 0.212, green: 0.000, blue: 0.137)
/* Android */
Color.parseColor("#360023")Accessibility — WCAG contrast
Aa
#360023 on white: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360023 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green0.0%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow35.2%
Key (black)78.8%
Color previews
#360023 text on a black background
contrast 1.18:1
Card sample
#360023 text on a white background
contrast 17.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360023;
Background color
Panel with #360023 background
background-color: #360023;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360023;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 0, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 0, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360023; background: linear-gradient(135deg, #360023, #360100);