#970607
a dark, electric red · warm · closest name: maroon
RGB
151, 6, 7
HSL
360°, 92%, 31%
CMYK
0, 96, 95, 41
Luminance
0.0672
Every format
| HEX | #970607 |
| RGB | rgb(151, 6, 7) |
| HSL | hsl(360, 92%, 31%) |
| CMYK | cmyk(0%, 96%, 95%, 41%) |
| LAB | lab(31.2 53.4 42.0) |
| LCH | lch(31.2 67.9 38.2) |
| OKLCH | oklch(0.427 0.172 28.6) |
Copy-ready code
/* CSS */
color: #970607;
background-color: #970607;
/* Tailwind (arbitrary) */
class="text-[#970607] bg-[#970607]"
/* SCSS */
$brand: #970607;
/* SwiftUI */
Color(red: 0.592, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#970607")Accessibility — WCAG contrast
Aa
#970607 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970607 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow95.4%
Key (black)40.8%
Color previews
#970607 text on a black background
contrast 2.34:1
Card sample
#970607 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970607;
Background color
Panel with #970607 background
background-color: #970607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970607; background: linear-gradient(135deg, #970607, #976606);