#361b2f
a deep, soft magenta / pink · warm · closest name: black
RGB
54, 27, 47
HSL
316°, 33%, 16%
CMYK
0, 50, 13, 79
Luminance
0.0177
Every format
| HEX | #361b2f |
| RGB | rgb(54, 27, 47) |
| HSL | hsl(316, 33%, 16%) |
| CMYK | cmyk(0%, 50%, 13%, 79%) |
| LAB | lab(14.3 16.8 -7.6) |
| LCH | lch(14.3 18.5 335.7) |
| OKLCH | oklch(0.268 0.053 337.4) |
Copy-ready code
/* CSS */
color: #361b2f;
background-color: #361b2f;
/* Tailwind (arbitrary) */
class="text-[#361b2f] bg-[#361b2f]"
/* SCSS */
$brand: #361b2f;
/* SwiftUI */
Color(red: 0.212, green: 0.106, blue: 0.184)
/* Android */
Color.parseColor("#361b2f")Accessibility — WCAG contrast
Aa
#361b2f on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361b2f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green10.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow13.0%
Key (black)78.8%
Color previews
#361b2f text on a black background
contrast 1.35:1
Card sample
#361b2f text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361b2f;
Background color
Panel with #361b2f background
background-color: #361b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 27, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 27, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361b2f; background: linear-gradient(135deg, #361b2f, #361B1D);