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