#af412d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 65, 45
HSL
9°, 59%, 43%
CMYK
0, 63, 74, 31
Luminance
0.1308
Every format
| HEX | #af412d |
| RGB | rgb(175, 65, 45) |
| HSL | hsl(9, 59%, 43%) |
| CMYK | cmyk(0%, 63%, 74%, 31%) |
| LAB | lab(42.9 43.8 35.3) |
| LCH | lch(42.9 56.2 38.9) |
| OKLCH | oklch(0.524 0.148 32.4) |
Copy-ready code
/* CSS */
color: #af412d;
background-color: #af412d;
/* Tailwind (arbitrary) */
class="text-[#af412d] bg-[#af412d]"
/* SCSS */
$brand: #af412d;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.176)
/* Android */
Color.parseColor("#af412d")Accessibility — WCAG contrast
Aa
#af412d on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af412d on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow74.3%
Key (black)31.4%
Color previews
#af412d text on a black background
contrast 3.62:1
Card sample
#af412d text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af412d;
Background color
Panel with #af412d background
background-color: #af412d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af412d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af412d; background: linear-gradient(135deg, #af412d, #AF972D);