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