#360f2f
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 15, 47
HSL
311°, 57%, 14%
CMYK
0, 72, 13, 79
Luminance
0.0133
Every format
| HEX | #360f2f |
| RGB | rgb(54, 15, 47) |
| HSL | hsl(311, 57%, 14%) |
| CMYK | cmyk(0%, 72%, 13%, 79%) |
| LAB | lab(11.5 24.1 -11.8) |
| LCH | lch(11.5 26.9 333.8) |
| OKLCH | oklch(0.247 0.077 335.4) |
Copy-ready code
/* CSS */
color: #360f2f;
background-color: #360f2f;
/* Tailwind (arbitrary) */
class="text-[#360f2f] bg-[#360f2f]"
/* SCSS */
$brand: #360f2f;
/* SwiftUI */
Color(red: 0.212, green: 0.059, blue: 0.184)
/* Android */
Color.parseColor("#360f2f")Accessibility — WCAG contrast
Aa
#360f2f on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360f2f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow13.0%
Key (black)78.8%
Color previews
#360f2f text on a black background
contrast 1.27:1
Card sample
#360f2f text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360f2f;
Background color
Panel with #360f2f background
background-color: #360f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 15, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 15, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360f2f; background: linear-gradient(135deg, #360f2f, #360F15);