#af503c
a balanced, vivid red · warm · closest name: sienna
RGB
175, 80, 60
HSL
10°, 49%, 46%
CMYK
0, 54, 66, 31
Luminance
0.1518
Every format
| HEX | #af503c |
| RGB | rgb(175, 80, 60) |
| HSL | hsl(10, 49%, 46%) |
| CMYK | cmyk(0%, 54%, 66%, 31%) |
| LAB | lab(45.9 37.3 30.3) |
| LCH | lch(45.9 48.0 39.0) |
| OKLCH | oklch(0.548 0.129 33.4) |
Copy-ready code
/* CSS */
color: #af503c;
background-color: #af503c;
/* Tailwind (arbitrary) */
class="text-[#af503c] bg-[#af503c]"
/* SCSS */
$brand: #af503c;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#af503c")Accessibility — WCAG contrast
Aa
#af503c on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af503c on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow65.7%
Key (black)31.4%
Color previews
#af503c text on a black background
contrast 4.04:1
Card sample
#af503c text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af503c;
Background color
Panel with #af503c background
background-color: #af503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af503c; background: linear-gradient(135deg, #af503c, #AF9D3C);