#af413c
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 65, 60
HSL
3°, 49%, 46%
CMYK
0, 63, 66, 31
Luminance
0.1322
Every format
| HEX | #af413c |
| RGB | rgb(175, 65, 60) |
| HSL | hsl(3, 49%, 46%) |
| CMYK | cmyk(0%, 63%, 66%, 31%) |
| LAB | lab(43.1 44.6 26.9) |
| LCH | lch(43.1 52.0 31.1) |
| OKLCH | oklch(0.527 0.145 25.9) |
Copy-ready code
/* CSS */
color: #af413c;
background-color: #af413c;
/* Tailwind (arbitrary) */
class="text-[#af413c] bg-[#af413c]"
/* SCSS */
$brand: #af413c;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.235)
/* Android */
Color.parseColor("#af413c")Accessibility — WCAG contrast
Aa
#af413c on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af413c on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow65.7%
Key (black)31.4%
Color previews
#af413c text on a black background
contrast 3.64:1
Card sample
#af413c text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af413c;
Background color
Panel with #af413c background
background-color: #af413c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af413c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af413c; background: linear-gradient(135deg, #af413c, #AF8E3C);