#750f13
a dark, electric red · warm · closest name: maroon
RGB
117, 15, 19
HSL
358°, 77%, 26%
CMYK
0, 87, 84, 54
Luminance
0.0417
Every format
| HEX | #750f13 |
| RGB | rgb(117, 15, 19) |
| HSL | hsl(358, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 84%, 54%) |
| LAB | lab(24.2 42.2 27.2) |
| LCH | lch(24.2 50.3 32.8) |
| OKLCH | oklch(0.363 0.135 25.8) |
Copy-ready code
/* CSS */
color: #750f13;
background-color: #750f13;
/* Tailwind (arbitrary) */
class="text-[#750f13] bg-[#750f13]"
/* SCSS */
$brand: #750f13;
/* SwiftUI */
Color(red: 0.459, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#750f13")Accessibility — WCAG contrast
Aa
#750f13 on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750f13 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow83.8%
Key (black)54.1%
Color previews
#750f13 text on a black background
contrast 1.83:1
Card sample
#750f13 text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750f13;
Background color
Panel with #750f13 background
background-color: #750f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750f13; background: linear-gradient(135deg, #750f13, #754F0F);