#930f0f
a dark, electric red · warm · closest name: maroon
RGB
147, 15, 15
HSL
0°, 82%, 32%
CMYK
0, 90, 90, 42
Luminance
0.0658
Every format
| HEX | #930f0f |
| RGB | rgb(147, 15, 15) |
| HSL | hsl(0, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 90%, 42%) |
| LAB | lab(30.8 51.0 37.8) |
| LCH | lch(30.8 63.5 36.6) |
| OKLCH | oklch(0.423 0.164 28.0) |
Copy-ready code
/* CSS */
color: #930f0f;
background-color: #930f0f;
/* Tailwind (arbitrary) */
class="text-[#930f0f] bg-[#930f0f]"
/* SCSS */
$brand: #930f0f;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#930f0f")Accessibility — WCAG contrast
Aa
#930f0f on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930f0f on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow89.8%
Key (black)42.4%
Color previews
#930f0f text on a black background
contrast 2.32:1
Card sample
#930f0f text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930f0f;
Background color
Panel with #930f0f background
background-color: #930f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930f0f; background: linear-gradient(135deg, #930f0f, #93670F);