#7c3f09
a dark, electric orange · warm · closest name: sienna
RGB
124, 63, 9
HSL
28°, 87%, 26%
CMYK
0, 49, 93, 51
Luminance
0.0786
Every format
| HEX | #7c3f09 |
| RGB | rgb(124, 63, 9) |
| HSL | hsl(28, 87%, 26%) |
| CMYK | cmyk(0%, 49%, 93%, 51%) |
| LAB | lab(33.7 22.9 40.7) |
| LCH | lch(33.7 46.7 60.6) |
| OKLCH | oklch(0.437 0.104 54.5) |
Copy-ready code
/* CSS */
color: #7c3f09;
background-color: #7c3f09;
/* Tailwind (arbitrary) */
class="text-[#7c3f09] bg-[#7c3f09]"
/* SCSS */
$brand: #7c3f09;
/* SwiftUI */
Color(red: 0.486, green: 0.247, blue: 0.035)
/* Android */
Color.parseColor("#7c3f09")Accessibility — WCAG contrast
Aa
#7c3f09 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c3f09 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green24.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow92.7%
Key (black)51.4%
Color previews
#7c3f09 text on a black background
contrast 2.57:1
Card sample
#7c3f09 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c3f09;
Background color
Panel with #7c3f09 background
background-color: #7c3f09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c3f09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 63, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 63, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c3f09; background: linear-gradient(135deg, #7c3f09, #6C7C09);