#32181c
a deep, soft red · warm · closest name: black
RGB
50, 24, 28
HSL
351°, 35%, 15%
CMYK
0, 52, 44, 80
Luminance
0.0142
Every format
| HEX | #32181c |
| RGB | rgb(50, 24, 28) |
| HSL | hsl(351, 35%, 15%) |
| CMYK | cmyk(0%, 52%, 44%, 80%) |
| LAB | lab(12.1 13.6 3.0) |
| LCH | lch(12.1 13.9 12.3) |
| OKLCH | oklch(0.247 0.042 10.8) |
Copy-ready code
/* CSS */
color: #32181c;
background-color: #32181c;
/* Tailwind (arbitrary) */
class="text-[#32181c] bg-[#32181c]"
/* SCSS */
$brand: #32181c;
/* SwiftUI */
Color(red: 0.196, green: 0.094, blue: 0.110)
/* Android */
Color.parseColor("#32181c")Accessibility — WCAG contrast
Aa
#32181c on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32181c on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow44.0%
Key (black)80.4%
Color previews
#32181c text on a black background
contrast 1.28:1
Card sample
#32181c text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32181c;
Background color
Panel with #32181c background
background-color: #32181c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32181c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 24, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 24, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32181c; background: linear-gradient(135deg, #32181c, #322518);