#af4721
a dark, vivid orange · warm · closest name: sienna
RGB
175, 71, 33
HSL
16°, 68%, 41%
CMYK
0, 59, 81, 31
Luminance
0.1373
Every format
| HEX | #af4721 |
| RGB | rgb(175, 71, 33) |
| HSL | hsl(16, 68%, 41%) |
| CMYK | cmyk(0%, 59%, 81%, 31%) |
| LAB | lab(43.9 40.5 42.6) |
| LCH | lch(43.9 58.8 46.5) |
| OKLCH | oklch(0.531 0.145 39.2) |
Copy-ready code
/* CSS */
color: #af4721;
background-color: #af4721;
/* Tailwind (arbitrary) */
class="text-[#af4721] bg-[#af4721]"
/* SCSS */
$brand: #af4721;
/* SwiftUI */
Color(red: 0.686, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#af4721")Accessibility — WCAG contrast
Aa
#af4721 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4721 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow81.1%
Key (black)31.4%
Color previews
#af4721 text on a black background
contrast 3.75:1
Card sample
#af4721 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4721;
Background color
Panel with #af4721 background
background-color: #af4721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4721; background: linear-gradient(135deg, #af4721, #AFA621);