#a23708
a dark, electric orange · warm · closest name: firebrick
RGB
162, 55, 8
HSL
18°, 91%, 33%
CMYK
0, 66, 95, 37
Luminance
0.1043
Every format
| HEX | #a23708 |
| RGB | rgb(162, 55, 8) |
| HSL | hsl(18, 91%, 33%) |
| CMYK | cmyk(0%, 66%, 95%, 37%) |
| LAB | lab(38.6 42.5 47.5) |
| LCH | lch(38.6 63.7 48.2) |
| OKLCH | oklch(0.487 0.150 39.3) |
Copy-ready code
/* CSS */
color: #a23708;
background-color: #a23708;
/* Tailwind (arbitrary) */
class="text-[#a23708] bg-[#a23708]"
/* SCSS */
$brand: #a23708;
/* SwiftUI */
Color(red: 0.635, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#a23708")Accessibility — WCAG contrast
Aa
#a23708 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a23708 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow95.1%
Key (black)36.5%
Color previews
#a23708 text on a black background
contrast 3.09:1
Card sample
#a23708 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a23708;
Background color
Panel with #a23708 background
background-color: #a23708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a23708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a23708; background: linear-gradient(135deg, #a23708, #A29D08);