#7e130a
a dark, electric red · warm · closest name: maroon
RGB
126, 19, 10
HSL
5°, 85%, 27%
CMYK
0, 85, 92, 51
Luminance
0.0492
Every format
| HEX | #7e130a |
| RGB | rgb(126, 19, 10) |
| HSL | hsl(5, 85%, 27%) |
| CMYK | cmyk(0%, 85%, 92%, 51%) |
| LAB | lab(26.5 43.7 34.7) |
| LCH | lch(26.5 55.8 38.5) |
| OKLCH | oklch(0.383 0.142 29.9) |
Copy-ready code
/* CSS */
color: #7e130a;
background-color: #7e130a;
/* Tailwind (arbitrary) */
class="text-[#7e130a] bg-[#7e130a]"
/* SCSS */
$brand: #7e130a;
/* SwiftUI */
Color(red: 0.494, green: 0.075, blue: 0.039)
/* Android */
Color.parseColor("#7e130a")Accessibility — WCAG contrast
Aa
#7e130a on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e130a on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green7.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow92.1%
Key (black)50.6%
Color previews
#7e130a text on a black background
contrast 1.98:1
Card sample
#7e130a text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e130a;
Background color
Panel with #7e130a background
background-color: #7e130a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e130a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 19, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 19, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e130a; background: linear-gradient(135deg, #7e130a, #7E610A);