#a13402
a dark, electric orange · warm · closest name: firebrick
RGB
161, 52, 2
HSL
19°, 98%, 32%
CMYK
0, 68, 99, 37
Luminance
0.1004
Every format
| HEX | #a13402 |
| RGB | rgb(161, 52, 2) |
| HSL | hsl(19, 98%, 32%) |
| CMYK | cmyk(0%, 68%, 99%, 37%) |
| LAB | lab(37.9 43.3 49.0) |
| LCH | lch(37.9 65.4 48.5) |
| OKLCH | oklch(0.481 0.153 39.1) |
Copy-ready code
/* CSS */
color: #a13402;
background-color: #a13402;
/* Tailwind (arbitrary) */
class="text-[#a13402] bg-[#a13402]"
/* SCSS */
$brand: #a13402;
/* SwiftUI */
Color(red: 0.631, green: 0.204, blue: 0.008)
/* Android */
Color.parseColor("#a13402")Accessibility — WCAG contrast
Aa
#a13402 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a13402 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green20.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow98.8%
Key (black)36.9%
Color previews
#a13402 text on a black background
contrast 3.01:1
Card sample
#a13402 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a13402;
Background color
Panel with #a13402 background
background-color: #a13402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a13402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 52, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 52, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a13402; background: linear-gradient(135deg, #a13402, #A19E02);