#af421d
a dark, vivid orange · warm · closest name: firebrick
RGB
175, 66, 29
HSL
15°, 72%, 40%
CMYK
0, 62, 83, 31
Luminance
0.1310
Every format
| HEX | #af421d |
| RGB | rgb(175, 66, 29) |
| HSL | hsl(15, 72%, 40%) |
| CMYK | cmyk(0%, 62%, 83%, 31%) |
| LAB | lab(42.9 42.7 43.6) |
| LCH | lch(42.9 61.1 45.6) |
| OKLCH | oklch(0.524 0.151 38.0) |
Copy-ready code
/* CSS */
color: #af421d;
background-color: #af421d;
/* Tailwind (arbitrary) */
class="text-[#af421d] bg-[#af421d]"
/* SCSS */
$brand: #af421d;
/* SwiftUI */
Color(red: 0.686, green: 0.259, blue: 0.114)
/* Android */
Color.parseColor("#af421d")Accessibility — WCAG contrast
Aa
#af421d on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af421d on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.9%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow83.4%
Key (black)31.4%
Color previews
#af421d text on a black background
contrast 3.62:1
Card sample
#af421d text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af421d;
Background color
Panel with #af421d background
background-color: #af421d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af421d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 66, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 66, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af421d; background: linear-gradient(135deg, #af421d, #AFA31D);