#af573f
a balanced, vivid red · warm · closest name: sienna
RGB
175, 87, 63
HSL
13°, 47%, 47%
CMYK
0, 50, 64, 31
Luminance
0.1629
Every format
| HEX | #af573f |
| RGB | rgb(175, 87, 63) |
| HSL | hsl(13, 47%, 47%) |
| CMYK | cmyk(0%, 50%, 64%, 31%) |
| LAB | lab(47.4 33.9 30.3) |
| LCH | lch(47.4 45.4 41.9) |
| OKLCH | oklch(0.559 0.121 36.2) |
Copy-ready code
/* CSS */
color: #af573f;
background-color: #af573f;
/* Tailwind (arbitrary) */
class="text-[#af573f] bg-[#af573f]"
/* SCSS */
$brand: #af573f;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.247)
/* Android */
Color.parseColor("#af573f")Accessibility — WCAG contrast
Aa
#af573f on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af573f on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow64.0%
Key (black)31.4%
Color previews
#af573f text on a black background
contrast 4.26:1
Card sample
#af573f text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af573f;
Background color
Panel with #af573f background
background-color: #af573f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af573f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af573f; background: linear-gradient(135deg, #af573f, #AFA23F);