#7c320c
a dark, electric orange · warm · closest name: sienna
RGB
124, 50, 12
HSL
20°, 82%, 27%
CMYK
0, 60, 90, 51
Luminance
0.0659
Every format
| HEX | #7c320c |
| RGB | rgb(124, 50, 12) |
| HSL | hsl(20, 82%, 27%) |
| CMYK | cmyk(0%, 60%, 90%, 51%) |
| LAB | lab(30.9 30.2 37.3) |
| LCH | lch(30.9 48.0 51.0) |
| OKLCH | oklch(0.415 0.113 43.4) |
Copy-ready code
/* CSS */
color: #7c320c;
background-color: #7c320c;
/* Tailwind (arbitrary) */
class="text-[#7c320c] bg-[#7c320c]"
/* SCSS */
$brand: #7c320c;
/* SwiftUI */
Color(red: 0.486, green: 0.196, blue: 0.047)
/* Android */
Color.parseColor("#7c320c")Accessibility — WCAG contrast
Aa
#7c320c on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c320c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green19.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow90.3%
Key (black)51.4%
Color previews
#7c320c text on a black background
contrast 2.32:1
Card sample
#7c320c text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c320c;
Background color
Panel with #7c320c background
background-color: #7c320c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c320c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 50, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 50, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c320c; background: linear-gradient(135deg, #7c320c, #7B7C0C);