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