#960013
a dark, electric red · warm · closest name: maroon
RGB
150, 0, 19
HSL
352°, 100%, 29%
CMYK
0, 100, 87, 41
Luminance
0.0653
Every format
| HEX | #960013 |
| RGB | rgb(150, 0, 19) |
| HSL | hsl(352, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 87%, 41%) |
| LAB | lab(30.7 54.2 35.9) |
| LCH | lch(30.7 65.0 33.5) |
| OKLCH | oklch(0.424 0.172 25.5) |
Copy-ready code
/* CSS */
color: #960013;
background-color: #960013;
/* Tailwind (arbitrary) */
class="text-[#960013] bg-[#960013]"
/* SCSS */
$brand: #960013;
/* SwiftUI */
Color(red: 0.588, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#960013")Accessibility — WCAG contrast
Aa
#960013 on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960013 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow87.3%
Key (black)41.2%
Color previews
#960013 text on a black background
contrast 2.31:1
Card sample
#960013 text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960013;
Background color
Panel with #960013 background
background-color: #960013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960013; background: linear-gradient(135deg, #960013, #965100);