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