#32040c
a deep, electric red · warm · closest name: black
RGB
50, 4, 12
HSL
350°, 85%, 11%
CMYK
0, 92, 76, 80
Luminance
0.0079
Every format
| HEX | #32040c |
| RGB | rgb(50, 4, 12) |
| HSL | hsl(350, 85%, 11%) |
| CMYK | cmyk(0%, 92%, 76%, 80%) |
| LAB | lab(7.2 23.5 6.2) |
| LCH | lch(7.2 24.3 14.9) |
| OKLCH | oklch(0.209 0.073 15.9) |
Copy-ready code
/* CSS */
color: #32040c;
background-color: #32040c;
/* Tailwind (arbitrary) */
class="text-[#32040c] bg-[#32040c]"
/* SCSS */
$brand: #32040c;
/* SwiftUI */
Color(red: 0.196, green: 0.016, blue: 0.047)
/* Android */
Color.parseColor("#32040c")Accessibility — WCAG contrast
Aa
#32040c on white: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32040c on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green1.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow76.0%
Key (black)80.4%
Color previews
#32040c text on a black background
contrast 1.16:1
Card sample
#32040c text on a white background
contrast 18.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32040c;
Background color
Panel with #32040c background
background-color: #32040c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32040c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 4, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 4, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32040c; background: linear-gradient(135deg, #32040c, #321B04);