#7a2000
a deep, electric orange · warm · closest name: maroon
RGB
122, 32, 0
HSL
16°, 100%, 24%
CMYK
0, 74, 100, 52
Luminance
0.0517
Every format
| HEX | #7a2000 |
| RGB | rgb(122, 32, 0) |
| HSL | hsl(16, 100%, 24%) |
| CMYK | cmyk(0%, 74%, 100%, 52%) |
| LAB | lab(27.2 37.7 39.1) |
| LCH | lch(27.2 54.3 46.0) |
| OKLCH | oklch(0.387 0.130 37.0) |
Copy-ready code
/* CSS */
color: #7a2000;
background-color: #7a2000;
/* Tailwind (arbitrary) */
class="text-[#7a2000] bg-[#7a2000]"
/* SCSS */
$brand: #7a2000;
/* SwiftUI */
Color(red: 0.478, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#7a2000")Accessibility — WCAG contrast
Aa
#7a2000 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a2000 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow100.0%
Key (black)52.2%
Color previews
#7a2000 text on a black background
contrast 2.03:1
Card sample
#7a2000 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a2000;
Background color
Panel with #7a2000 background
background-color: #7a2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a2000; background: linear-gradient(135deg, #7a2000, #7A7100);