#7c360d
a dark, electric orange · warm · closest name: sienna
RGB
124, 54, 13
HSL
22°, 81%, 27%
CMYK
0, 57, 90, 51
Luminance
0.0695
Every format
| HEX | #7c360d |
| RGB | rgb(124, 54, 13) |
| HSL | hsl(22, 81%, 27%) |
| CMYK | cmyk(0%, 57%, 90%, 51%) |
| LAB | lab(31.7 28.1 37.6) |
| LCH | lch(31.7 46.9 53.2) |
| OKLCH | oklch(0.422 0.110 46.0) |
Copy-ready code
/* CSS */
color: #7c360d;
background-color: #7c360d;
/* Tailwind (arbitrary) */
class="text-[#7c360d] bg-[#7c360d]"
/* SCSS */
$brand: #7c360d;
/* SwiftUI */
Color(red: 0.486, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#7c360d")Accessibility — WCAG contrast
Aa
#7c360d on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c360d on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow89.5%
Key (black)51.4%
Color previews
#7c360d text on a black background
contrast 2.39:1
Card sample
#7c360d text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c360d;
Background color
Panel with #7c360d background
background-color: #7c360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c360d; background: linear-gradient(135deg, #7c360d, #787C0D);