#750c0c
a dark, electric red · warm · closest name: maroon
RGB
117, 12, 12
HSL
0°, 81%, 25%
CMYK
0, 90, 90, 54
Luminance
0.0407
Every format
| HEX | #750c0c |
| RGB | rgb(117, 12, 12) |
| HSL | hsl(0, 81%, 25%) |
| CMYK | cmyk(0%, 90%, 90%, 54%) |
| LAB | lab(23.9 42.8 30.7) |
| LCH | lch(23.9 52.6 35.7) |
| OKLCH | oklch(0.361 0.138 27.7) |
Copy-ready code
/* CSS */
color: #750c0c;
background-color: #750c0c;
/* Tailwind (arbitrary) */
class="text-[#750c0c] bg-[#750c0c]"
/* SCSS */
$brand: #750c0c;
/* SwiftUI */
Color(red: 0.459, green: 0.047, blue: 0.047)
/* Android */
Color.parseColor("#750c0c")Accessibility — WCAG contrast
Aa
#750c0c on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750c0c on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green4.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow89.7%
Key (black)54.1%
Color previews
#750c0c text on a black background
contrast 1.81:1
Card sample
#750c0c text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750c0c;
Background color
Panel with #750c0c background
background-color: #750c0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750c0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 12, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 12, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750c0c; background: linear-gradient(135deg, #750c0c, #75520C);