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