#360f21
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 15, 33
HSL
332°, 57%, 14%
CMYK
0, 72, 39, 79
Luminance
0.0124
Every format
| HEX | #360f21 |
| RGB | rgb(54, 15, 33) |
| HSL | hsl(332, 57%, 14%) |
| CMYK | cmyk(0%, 72%, 39%, 79%) |
| LAB | lab(10.8 21.7 -2.5) |
| LCH | lch(10.8 21.8 353.5) |
| OKLCH | oklch(0.240 0.066 354.6) |
Copy-ready code
/* CSS */
color: #360f21;
background-color: #360f21;
/* Tailwind (arbitrary) */
class="text-[#360f21] bg-[#360f21]"
/* SCSS */
$brand: #360f21;
/* SwiftUI */
Color(red: 0.212, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#360f21")Accessibility — WCAG contrast
Aa
#360f21 on white: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360f21 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow38.9%
Key (black)78.8%
Color previews
#360f21 text on a black background
contrast 1.25:1
Card sample
#360f21 text on a white background
contrast 16.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360f21;
Background color
Panel with #360f21 background
background-color: #360f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360f21; background: linear-gradient(135deg, #360f21, #36170F);