#961908
a dark, electric red · warm · closest name: maroon
RGB
150, 25, 8
HSL
7°, 90%, 31%
CMYK
0, 83, 95, 41
Luminance
0.0720
Every format
| HEX | #961908 |
| RGB | rgb(150, 25, 8) |
| HSL | hsl(7, 90%, 31%) |
| CMYK | cmyk(0%, 83%, 95%, 41%) |
| LAB | lab(32.3 49.4 42.2) |
| LCH | lch(32.3 65.0 40.5) |
| OKLCH | oklch(0.435 0.162 31.1) |
Copy-ready code
/* CSS */
color: #961908;
background-color: #961908;
/* Tailwind (arbitrary) */
class="text-[#961908] bg-[#961908]"
/* SCSS */
$brand: #961908;
/* SwiftUI */
Color(red: 0.588, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#961908")Accessibility — WCAG contrast
Aa
#961908 on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#961908 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow94.7%
Key (black)41.2%
Color previews
#961908 text on a black background
contrast 2.44:1
Card sample
#961908 text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #961908;
Background color
Panel with #961908 background
background-color: #961908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #961908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #961908; background: linear-gradient(135deg, #961908, #967808);