#a52c01
a dark, electric orange · warm · closest name: firebrick
RGB
165, 44, 1
HSL
16°, 99%, 33%
CMYK
0, 73, 99, 35
Luminance
0.0980
Every format
| HEX | #a52c01 |
| RGB | rgb(165, 44, 1) |
| HSL | hsl(16, 99%, 33%) |
| CMYK | cmyk(0%, 73%, 99%, 35%) |
| LAB | lab(37.5 47.9 49.6) |
| LCH | lch(37.5 69.0 46.0) |
| OKLCH | oklch(0.479 0.163 36.1) |
Copy-ready code
/* CSS */
color: #a52c01;
background-color: #a52c01;
/* Tailwind (arbitrary) */
class="text-[#a52c01] bg-[#a52c01]"
/* SCSS */
$brand: #a52c01;
/* SwiftUI */
Color(red: 0.647, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#a52c01")Accessibility — WCAG contrast
Aa
#a52c01 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a52c01 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow99.4%
Key (black)35.3%
Color previews
#a52c01 text on a black background
contrast 2.96:1
Card sample
#a52c01 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a52c01;
Background color
Panel with #a52c01 background
background-color: #a52c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a52c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a52c01; background: linear-gradient(135deg, #a52c01, #A59901);