#931010
a dark, electric red · warm · closest name: maroon
RGB
147, 16, 16
HSL
0°, 80%, 32%
CMYK
0, 89, 89, 42
Luminance
0.0661
Every format
| HEX | #931010 |
| RGB | rgb(147, 16, 16) |
| HSL | hsl(0, 80%, 32%) |
| CMYK | cmyk(0%, 89%, 89%, 42%) |
| LAB | lab(30.9 50.8 37.4) |
| LCH | lch(30.9 63.1 36.4) |
| OKLCH | oklch(0.424 0.163 27.9) |
Copy-ready code
/* CSS */
color: #931010;
background-color: #931010;
/* Tailwind (arbitrary) */
class="text-[#931010] bg-[#931010]"
/* SCSS */
$brand: #931010;
/* SwiftUI */
Color(red: 0.576, green: 0.063, blue: 0.063)
/* Android */
Color.parseColor("#931010")Accessibility — WCAG contrast
Aa
#931010 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#931010 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green6.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow89.1%
Key (black)42.4%
Color previews
#931010 text on a black background
contrast 2.32:1
Card sample
#931010 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #931010;
Background color
Panel with #931010 background
background-color: #931010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #931010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 16, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 16, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #931010; background: linear-gradient(135deg, #931010, #936710);