#36062c
a deep, electric magenta / pink · warm · closest name: black
RGB
54, 6, 44
HSL
313°, 80%, 12%
CMYK
0, 89, 19, 79
Luminance
0.0110
Every format
| HEX | #36062c |
| RGB | rgb(54, 6, 44) |
| HSL | hsl(313, 80%, 12%) |
| CMYK | cmyk(0%, 89%, 19%, 79%) |
| LAB | lab(9.8 27.9 -12.3) |
| LCH | lch(9.8 30.5 336.2) |
| OKLCH | oklch(0.234 0.089 338.0) |
Copy-ready code
/* CSS */
color: #36062c;
background-color: #36062c;
/* Tailwind (arbitrary) */
class="text-[#36062c] bg-[#36062c]"
/* SCSS */
$brand: #36062c;
/* SwiftUI */
Color(red: 0.212, green: 0.024, blue: 0.173)
/* Android */
Color.parseColor("#36062c")Accessibility — WCAG contrast
Aa
#36062c on white: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36062c on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green2.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow18.5%
Key (black)78.8%
Color previews
#36062c text on a black background
contrast 1.22:1
Card sample
#36062c text on a white background
contrast 17.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36062c;
Background color
Panel with #36062c background
background-color: #36062c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36062c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 6, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 6, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36062c; background: linear-gradient(135deg, #36062c, #36060C);