#750708
a deep, electric red · warm · closest name: maroon
RGB
117, 7, 8
HSL
360°, 89%, 24%
CMYK
0, 94, 93, 54
Luminance
0.0395
Every format
| HEX | #750708 |
| RGB | rgb(117, 7, 8) |
| HSL | hsl(360, 89%, 24%) |
| CMYK | cmyk(0%, 94%, 93%, 54%) |
| LAB | lab(23.5 43.7 32.0) |
| LCH | lch(23.5 54.2 36.2) |
| OKLCH | oklch(0.358 0.140 28.0) |
Copy-ready code
/* CSS */
color: #750708;
background-color: #750708;
/* Tailwind (arbitrary) */
class="text-[#750708] bg-[#750708]"
/* SCSS */
$brand: #750708;
/* SwiftUI */
Color(red: 0.459, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#750708")Accessibility — WCAG contrast
Aa
#750708 on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750708 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow93.2%
Key (black)54.1%
Color previews
#750708 text on a black background
contrast 1.79:1
Card sample
#750708 text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750708;
Background color
Panel with #750708 background
background-color: #750708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750708; background: linear-gradient(135deg, #750708, #754F07);