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