#a7540c
a dark, electric orange · warm · closest name: chocolate
RGB
167, 84, 12
HSL
28°, 87%, 35%
CMYK
0, 50, 93, 35
Luminance
0.1458
Every format
| HEX | #a7540c |
| RGB | rgb(167, 84, 12) |
| HSL | hsl(28, 87%, 35%) |
| CMYK | cmyk(0%, 50%, 93%, 35%) |
| LAB | lab(45.1 30.1 51.2) |
| LCH | lch(45.1 59.4 59.6) |
| OKLCH | oklch(0.537 0.132 53.1) |
Copy-ready code
/* CSS */
color: #a7540c;
background-color: #a7540c;
/* Tailwind (arbitrary) */
class="text-[#a7540c] bg-[#a7540c]"
/* SCSS */
$brand: #a7540c;
/* SwiftUI */
Color(red: 0.655, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#a7540c")Accessibility — WCAG contrast
Aa
#a7540c on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a7540c on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green32.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow92.8%
Key (black)34.5%
Color previews
#a7540c text on a black background
contrast 3.92:1
Card sample
#a7540c text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7540c;
Background color
Panel with #a7540c background
background-color: #a7540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7540c; background: linear-gradient(135deg, #a7540c, #93A70C);