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