#75111f
a dark, vivid red · warm · closest name: maroon
RGB
117, 17, 31
HSL
352°, 75%, 26%
CMYK
0, 86, 74, 54
Luminance
0.0428
Every format
| HEX | #75111f |
| RGB | rgb(117, 17, 31) |
| HSL | hsl(352, 75%, 26%) |
| CMYK | cmyk(0%, 86%, 74%, 54%) |
| LAB | lab(24.6 42.2 19.9) |
| LCH | lch(24.6 46.6 25.2) |
| OKLCH | oklch(0.366 0.133 20.3) |
Copy-ready code
/* CSS */
color: #75111f;
background-color: #75111f;
/* Tailwind (arbitrary) */
class="text-[#75111f] bg-[#75111f]"
/* SCSS */
$brand: #75111f;
/* SwiftUI */
Color(red: 0.459, green: 0.067, blue: 0.122)
/* Android */
Color.parseColor("#75111f")Accessibility — WCAG contrast
Aa
#75111f on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#75111f on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green6.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow73.5%
Key (black)54.1%
Color previews
#75111f text on a black background
contrast 1.86:1
Card sample
#75111f text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75111f;
Background color
Panel with #75111f background
background-color: #75111f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75111f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 17, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 17, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75111f; background: linear-gradient(135deg, #75111f, #754611);