#36282c
a deep, muted magenta / pink · warm · closest name: black
RGB
54, 40, 44
HSL
343°, 15%, 18%
CMYK
0, 26, 19, 79
Luminance
0.0248
Every format
| HEX | #36282c |
| RGB | rgb(54, 40, 44) |
| HSL | hsl(343, 15%, 18%) |
| CMYK | cmyk(0%, 26%, 19%, 79%) |
| LAB | lab(17.9 7.3 -0.1) |
| LCH | lch(17.9 7.3 359.2) |
| OKLCH | oklch(0.295 0.022 359.6) |
Copy-ready code
/* CSS */
color: #36282c;
background-color: #36282c;
/* Tailwind (arbitrary) */
class="text-[#36282c] bg-[#36282c]"
/* SCSS */
$brand: #36282c;
/* SwiftUI */
Color(red: 0.212, green: 0.157, blue: 0.173)
/* Android */
Color.parseColor("#36282c")Accessibility — WCAG contrast
Aa
#36282c on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36282c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green15.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow18.5%
Key (black)78.8%
Color previews
#36282c text on a black background
contrast 1.50:1
Card sample
#36282c text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36282c;
Background color
Panel with #36282c background
background-color: #36282c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36282c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 40, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 40, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36282c; background: linear-gradient(135deg, #36282c, #362D28);