#7a000a
a deep, electric red · warm · closest name: maroon
RGB
122, 0, 10
HSL
355°, 100%, 24%
CMYK
0, 100, 92, 52
Luminance
0.0416
Every format
| HEX | #7a000a |
| RGB | rgb(122, 0, 10) |
| HSL | hsl(355, 100%, 24%) |
| CMYK | cmyk(0%, 100%, 92%, 52%) |
| LAB | lab(24.2 46.6 32.2) |
| LCH | lch(24.2 56.7 34.6) |
| OKLCH | oklch(0.365 0.148 26.5) |
Copy-ready code
/* CSS */
color: #7a000a;
background-color: #7a000a;
/* Tailwind (arbitrary) */
class="text-[#7a000a] bg-[#7a000a]"
/* SCSS */
$brand: #7a000a;
/* SwiftUI */
Color(red: 0.478, green: 0.000, blue: 0.039)
/* Android */
Color.parseColor("#7a000a")Accessibility — WCAG contrast
Aa
#7a000a on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a000a on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green0.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow91.8%
Key (black)52.2%
Color previews
#7a000a text on a black background
contrast 1.83:1
Card sample
#7a000a text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a000a;
Background color
Panel with #7a000a background
background-color: #7a000a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a000a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 0, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 0, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a000a; background: linear-gradient(135deg, #7a000a, #7A4700);