#36282a
a deep, muted red · warm · closest name: black
RGB
54, 40, 42
HSL
351°, 15%, 18%
CMYK
0, 26, 22, 79
Luminance
0.0247
Every format
| HEX | #36282a |
| RGB | rgb(54, 40, 42) |
| HSL | hsl(351, 15%, 18%) |
| CMYK | cmyk(0%, 26%, 22%, 79%) |
| LAB | lab(17.8 6.9 1.2) |
| LCH | lch(17.8 7.0 9.9) |
| OKLCH | oklch(0.294 0.021 8.9) |
Copy-ready code
/* CSS */
color: #36282a;
background-color: #36282a;
/* Tailwind (arbitrary) */
class="text-[#36282a] bg-[#36282a]"
/* SCSS */
$brand: #36282a;
/* SwiftUI */
Color(red: 0.212, green: 0.157, blue: 0.165)
/* Android */
Color.parseColor("#36282a")Accessibility — WCAG contrast
Aa
#36282a on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36282a on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green15.7%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow22.2%
Key (black)78.8%
Color previews
#36282a text on a black background
contrast 1.49:1
Card sample
#36282a text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36282a;
Background color
Panel with #36282a background
background-color: #36282a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36282a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 40, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 40, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36282a; background: linear-gradient(135deg, #36282a, #362F28);