#af4821
a dark, vivid orange · warm · closest name: sienna
RGB
175, 72, 33
HSL
17°, 68%, 41%
CMYK
0, 59, 81, 31
Luminance
0.1386
Every format
| HEX | #af4821 |
| RGB | rgb(175, 72, 33) |
| HSL | hsl(17, 68%, 41%) |
| CMYK | cmyk(0%, 59%, 81%, 31%) |
| LAB | lab(44.0 40.0 42.8) |
| LCH | lch(44.0 58.6 46.9) |
| OKLCH | oklch(0.533 0.144 39.7) |
Copy-ready code
/* CSS */
color: #af4821;
background-color: #af4821;
/* Tailwind (arbitrary) */
class="text-[#af4821] bg-[#af4821]"
/* SCSS */
$brand: #af4821;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#af4821")Accessibility — WCAG contrast
Aa
#af4821 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4821 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow81.1%
Key (black)31.4%
Color previews
#af4821 text on a black background
contrast 3.77:1
Card sample
#af4821 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4821;
Background color
Panel with #af4821 background
background-color: #af4821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4821; background: linear-gradient(135deg, #af4821, #AFA721);