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