#af573c
a balanced, vivid red · warm · closest name: sienna
RGB
175, 87, 60
HSL
14°, 49%, 46%
CMYK
0, 50, 66, 31
Luminance
0.1626
Every format
| HEX | #af573c |
| RGB | rgb(175, 87, 60) |
| HSL | hsl(14, 49%, 46%) |
| CMYK | cmyk(0%, 50%, 66%, 31%) |
| LAB | lab(47.3 33.6 32.0) |
| LCH | lch(47.3 46.4 43.5) |
| OKLCH | oklch(0.558 0.122 37.8) |
Copy-ready code
/* CSS */
color: #af573c;
background-color: #af573c;
/* Tailwind (arbitrary) */
class="text-[#af573c] bg-[#af573c]"
/* SCSS */
$brand: #af573c;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.235)
/* Android */
Color.parseColor("#af573c")Accessibility — WCAG contrast
Aa
#af573c on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af573c on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow65.7%
Key (black)31.4%
Color previews
#af573c text on a black background
contrast 4.25:1
Card sample
#af573c text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af573c;
Background color
Panel with #af573c background
background-color: #af573c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af573c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af573c; background: linear-gradient(135deg, #af573c, #AFA43C);