#361422
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 20, 34
HSL
335°, 46%, 15%
CMYK
0, 63, 37, 79
Luminance
0.0140
Every format
| HEX | #361422 |
| RGB | rgb(54, 20, 34) |
| HSL | hsl(335, 46%, 15%) |
| CMYK | cmyk(0%, 63%, 37%, 79%) |
| LAB | lab(12.0 18.9 -1.5) |
| LCH | lch(12.0 19.0 355.4) |
| OKLCH | oklch(0.248 0.058 356.2) |
Copy-ready code
/* CSS */
color: #361422;
background-color: #361422;
/* Tailwind (arbitrary) */
class="text-[#361422] bg-[#361422]"
/* SCSS */
$brand: #361422;
/* SwiftUI */
Color(red: 0.212, green: 0.078, blue: 0.133)
/* Android */
Color.parseColor("#361422")Accessibility — WCAG contrast
Aa
#361422 on white: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361422 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green7.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow37.0%
Key (black)78.8%
Color previews
#361422 text on a black background
contrast 1.28:1
Card sample
#361422 text on a white background
contrast 16.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361422;
Background color
Panel with #361422 background
background-color: #361422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 20, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 20, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361422; background: linear-gradient(135deg, #361422, #361D14);