#7a290e
a dark, electric orange · warm · closest name: maroon
RGB
122, 41, 14
HSL
15°, 79%, 27%
CMYK
0, 66, 89, 52
Luminance
0.0576
Every format
| HEX | #7a290e |
| RGB | rgb(122, 41, 14) |
| HSL | hsl(15, 79%, 27%) |
| CMYK | cmyk(0%, 66%, 89%, 52%) |
| LAB | lab(28.8 34.0 34.5) |
| LCH | lch(28.8 48.5 45.5) |
| OKLCH | oklch(0.399 0.119 37.5) |
Copy-ready code
/* CSS */
color: #7a290e;
background-color: #7a290e;
/* Tailwind (arbitrary) */
class="text-[#7a290e] bg-[#7a290e]"
/* SCSS */
$brand: #7a290e;
/* SwiftUI */
Color(red: 0.478, green: 0.161, blue: 0.055)
/* Android */
Color.parseColor("#7a290e")Accessibility — WCAG contrast
Aa
#7a290e on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a290e on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green16.1%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow88.5%
Key (black)52.2%
Color previews
#7a290e text on a black background
contrast 2.15:1
Card sample
#7a290e text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a290e;
Background color
Panel with #7a290e background
background-color: #7a290e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a290e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 41, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 41, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a290e; background: linear-gradient(135deg, #7a290e, #7A710E);