#760c13
a dark, electric red · warm · closest name: maroon
RGB
118, 12, 19
HSL
356°, 82%, 26%
CMYK
0, 90, 84, 54
Luminance
0.0416
Every format
| HEX | #760c13 |
| RGB | rgb(118, 12, 19) |
| HSL | hsl(356, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 84%, 54%) |
| LAB | lab(24.2 43.3 27.3) |
| LCH | lch(24.2 51.1 32.2) |
| OKLCH | oklch(0.363 0.138 25.2) |
Copy-ready code
/* CSS */
color: #760c13;
background-color: #760c13;
/* Tailwind (arbitrary) */
class="text-[#760c13] bg-[#760c13]"
/* SCSS */
$brand: #760c13;
/* SwiftUI */
Color(red: 0.463, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#760c13")Accessibility — WCAG contrast
Aa
#760c13 on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760c13 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow83.9%
Key (black)53.7%
Color previews
#760c13 text on a black background
contrast 1.83:1
Card sample
#760c13 text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760c13;
Background color
Panel with #760c13 background
background-color: #760c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760c13; background: linear-gradient(135deg, #760c13, #764C0C);