#af571d
a dark, vivid orange · warm · closest name: sienna
RGB
175, 87, 29
HSL
24°, 72%, 40%
CMYK
0, 50, 83, 31
Luminance
0.1602
Every format
| HEX | #af571d |
| RGB | rgb(175, 87, 29) |
| HSL | hsl(24, 72%, 40%) |
| CMYK | cmyk(0%, 50%, 83%, 31%) |
| LAB | lab(47.0 32.2 47.3) |
| LCH | lch(47.0 57.3 55.8) |
| OKLCH | oklch(0.555 0.133 49.3) |
Copy-ready code
/* CSS */
color: #af571d;
background-color: #af571d;
/* Tailwind (arbitrary) */
class="text-[#af571d] bg-[#af571d]"
/* SCSS */
$brand: #af571d;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.114)
/* Android */
Color.parseColor("#af571d")Accessibility — WCAG contrast
Aa
#af571d on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af571d on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow83.4%
Key (black)31.4%
Color previews
#af571d text on a black background
contrast 4.20:1
Card sample
#af571d text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af571d;
Background color
Panel with #af571d background
background-color: #af571d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af571d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af571d; background: linear-gradient(135deg, #af571d, #A6AF1D);