#360e1b
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 14, 27
HSL
341°, 59%, 13%
CMYK
0, 74, 50, 79
Luminance
0.0118
Every format
| HEX | #360e1b |
| RGB | rgb(54, 14, 27) |
| HSL | hsl(341, 59%, 13%) |
| CMYK | cmyk(0%, 74%, 50%, 79%) |
| LAB | lab(10.4 21.4 1.4) |
| LCH | lch(10.4 21.4 3.8) |
| OKLCH | oklch(0.236 0.065 3.5) |
Copy-ready code
/* CSS */
color: #360e1b;
background-color: #360e1b;
/* Tailwind (arbitrary) */
class="text-[#360e1b] bg-[#360e1b]"
/* SCSS */
$brand: #360e1b;
/* SwiftUI */
Color(red: 0.212, green: 0.055, blue: 0.106)
/* Android */
Color.parseColor("#360e1b")Accessibility — WCAG contrast
Aa
#360e1b on white: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360e1b on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow50.0%
Key (black)78.8%
Color previews
#360e1b text on a black background
contrast 1.24:1
Card sample
#360e1b text on a white background
contrast 17.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360e1b;
Background color
Panel with #360e1b background
background-color: #360e1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360e1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 14, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 14, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360e1b; background: linear-gradient(135deg, #360e1b, #361C0E);