#af321d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 50, 29
HSL
9°, 72%, 40%
CMYK
0, 71, 83, 31
Luminance
0.1148
Every format
| HEX | #af321d |
| RGB | rgb(175, 50, 29) |
| HSL | hsl(9, 72%, 40%) |
| CMYK | cmyk(0%, 71%, 83%, 31%) |
| LAB | lab(40.4 49.5 41.3) |
| LCH | lch(40.4 64.5 39.8) |
| OKLCH | oklch(0.505 0.165 32.1) |
Copy-ready code
/* CSS */
color: #af321d;
background-color: #af321d;
/* Tailwind (arbitrary) */
class="text-[#af321d] bg-[#af321d]"
/* SCSS */
$brand: #af321d;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.114)
/* Android */
Color.parseColor("#af321d")Accessibility — WCAG contrast
Aa
#af321d on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af321d on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow83.4%
Key (black)31.4%
Color previews
#af321d text on a black background
contrast 3.30:1
Card sample
#af321d text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af321d;
Background color
Panel with #af321d background
background-color: #af321d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af321d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af321d; background: linear-gradient(135deg, #af321d, #AF931D);