#96060c
a dark, electric red · warm · closest name: maroon
RGB
150, 6, 12
HSL
358°, 92%, 31%
CMYK
0, 96, 92, 41
Luminance
0.0664
Every format
| HEX | #96060c |
| RGB | rgb(150, 6, 12) |
| HSL | hsl(358, 92%, 31%) |
| CMYK | cmyk(0%, 96%, 92%, 41%) |
| LAB | lab(31.0 53.2 39.7) |
| LCH | lch(31.0 66.3 36.7) |
| OKLCH | oklch(0.426 0.170 27.7) |
Copy-ready code
/* CSS */
color: #96060c;
background-color: #96060c;
/* Tailwind (arbitrary) */
class="text-[#96060c] bg-[#96060c]"
/* SCSS */
$brand: #96060c;
/* SwiftUI */
Color(red: 0.588, green: 0.024, blue: 0.047)
/* Android */
Color.parseColor("#96060c")Accessibility — WCAG contrast
Aa
#96060c on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#96060c on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green2.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow92.0%
Key (black)41.2%
Color previews
#96060c text on a black background
contrast 2.33:1
Card sample
#96060c text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96060c;
Background color
Panel with #96060c background
background-color: #96060c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96060c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 6, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 6, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96060c; background: linear-gradient(135deg, #96060c, #966006);