#af472c
a dark, vivid red · warm · closest name: sienna
RGB
175, 71, 44
HSL
12°, 60%, 43%
CMYK
0, 59, 75, 31
Luminance
0.1380
Every format
| HEX | #af472c |
| RGB | rgb(175, 71, 44) |
| HSL | hsl(12, 60%, 43%) |
| CMYK | cmyk(0%, 59%, 75%, 31%) |
| LAB | lab(44.0 40.9 37.0) |
| LCH | lch(44.0 55.2 42.2) |
| OKLCH | oklch(0.532 0.142 35.6) |
Copy-ready code
/* CSS */
color: #af472c;
background-color: #af472c;
/* Tailwind (arbitrary) */
class="text-[#af472c] bg-[#af472c]"
/* SCSS */
$brand: #af472c;
/* SwiftUI */
Color(red: 0.686, green: 0.278, blue: 0.173)
/* Android */
Color.parseColor("#af472c")Accessibility — WCAG contrast
Aa
#af472c on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af472c on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow74.9%
Key (black)31.4%
Color previews
#af472c text on a black background
contrast 3.76:1
Card sample
#af472c text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af472c;
Background color
Panel with #af472c background
background-color: #af472c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af472c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 71, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 71, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af472c; background: linear-gradient(135deg, #af472c, #AF9E2C);