#962000
a dark, electric red · warm · closest name: maroon
RGB
150, 32, 0
HSL
13°, 100%, 29%
CMYK
0, 79, 100, 41
Luminance
0.0752
Every format
| HEX | #962000 |
| RGB | rgb(150, 32, 0) |
| HSL | hsl(13, 100%, 29%) |
| CMYK | cmyk(0%, 79%, 100%, 41%) |
| LAB | lab(33.0 47.2 45.9) |
| LCH | lch(33.0 65.9 44.2) |
| OKLCH | oklch(0.440 0.158 34.1) |
Copy-ready code
/* CSS */
color: #962000;
background-color: #962000;
/* Tailwind (arbitrary) */
class="text-[#962000] bg-[#962000]"
/* SCSS */
$brand: #962000;
/* SwiftUI */
Color(red: 0.588, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#962000")Accessibility — WCAG contrast
Aa
#962000 on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#962000 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow100.0%
Key (black)41.2%
Color previews
#962000 text on a black background
contrast 2.50:1
Card sample
#962000 text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962000;
Background color
Panel with #962000 background
background-color: #962000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962000; background: linear-gradient(135deg, #962000, #968400);