#930708
a dark, electric red · warm · closest name: maroon
RGB
147, 7, 8
HSL
360°, 91%, 30%
CMYK
0, 95, 95, 42
Luminance
0.0637
Every format
| HEX | #930708 |
| RGB | rgb(147, 7, 8) |
| HSL | hsl(360, 91%, 30%) |
| CMYK | cmyk(0%, 95%, 95%, 42%) |
| LAB | lab(30.3 52.2 40.6) |
| LCH | lch(30.3 66.1 37.9) |
| OKLCH | oklch(0.420 0.168 28.5) |
Copy-ready code
/* CSS */
color: #930708;
background-color: #930708;
/* Tailwind (arbitrary) */
class="text-[#930708] bg-[#930708]"
/* SCSS */
$brand: #930708;
/* SwiftUI */
Color(red: 0.576, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#930708")Accessibility — WCAG contrast
Aa
#930708 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930708 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow94.6%
Key (black)42.4%
Color previews
#930708 text on a black background
contrast 2.27:1
Card sample
#930708 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930708;
Background color
Panel with #930708 background
background-color: #930708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930708; background: linear-gradient(135deg, #930708, #936307);