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