#af5721
a dark, vivid orange · warm · closest name: sienna
RGB
175, 87, 33
HSL
23°, 68%, 41%
CMYK
0, 50, 81, 31
Luminance
0.1604
Every format
| HEX | #af5721 |
| RGB | rgb(175, 87, 33) |
| HSL | hsl(23, 68%, 41%) |
| CMYK | cmyk(0%, 50%, 81%, 31%) |
| LAB | lab(47.0 32.3 45.6) |
| LCH | lch(47.0 55.9 54.7) |
| OKLCH | oklch(0.555 0.132 48.3) |
Copy-ready code
/* CSS */
color: #af5721;
background-color: #af5721;
/* Tailwind (arbitrary) */
class="text-[#af5721] bg-[#af5721]"
/* SCSS */
$brand: #af5721;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#af5721")Accessibility — WCAG contrast
Aa
#af5721 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5721 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow81.1%
Key (black)31.4%
Color previews
#af5721 text on a black background
contrast 4.21:1
Card sample
#af5721 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5721;
Background color
Panel with #af5721 background
background-color: #af5721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5721; background: linear-gradient(135deg, #af5721, #A8AF21);