#752113
a dark, vivid red · warm · closest name: maroon
RGB
117, 33, 19
HSL
9°, 72%, 27%
CMYK
0, 72, 84, 54
Luminance
0.0492
Every format
| HEX | #752113 |
| RGB | rgb(117, 33, 19) |
| HSL | hsl(9, 72%, 27%) |
| CMYK | cmyk(0%, 72%, 84%, 54%) |
| LAB | lab(26.5 35.9 29.5) |
| LCH | lch(26.5 46.5 39.4) |
| OKLCH | oklch(0.380 0.120 32.0) |
Copy-ready code
/* CSS */
color: #752113;
background-color: #752113;
/* Tailwind (arbitrary) */
class="text-[#752113] bg-[#752113]"
/* SCSS */
$brand: #752113;
/* SwiftUI */
Color(red: 0.459, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#752113")Accessibility — WCAG contrast
Aa
#752113 on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752113 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow83.8%
Key (black)54.1%
Color previews
#752113 text on a black background
contrast 1.98:1
Card sample
#752113 text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752113;
Background color
Panel with #752113 background
background-color: #752113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752113; background: linear-gradient(135deg, #752113, #756313);