#af5221
a dark, vivid orange · warm · closest name: sienna
RGB
175, 82, 33
HSL
21°, 68%, 41%
CMYK
0, 53, 81, 31
Luminance
0.1526
Every format
| HEX | #af5221 |
| RGB | rgb(175, 82, 33) |
| HSL | hsl(21, 68%, 41%) |
| CMYK | cmyk(0%, 53%, 81%, 31%) |
| LAB | lab(46.0 35.0 44.6) |
| LCH | lch(46.0 56.7 51.9) |
| OKLCH | oklch(0.547 0.136 45.2) |
Copy-ready code
/* CSS */
color: #af5221;
background-color: #af5221;
/* Tailwind (arbitrary) */
class="text-[#af5221] bg-[#af5221]"
/* SCSS */
$brand: #af5221;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.129)
/* Android */
Color.parseColor("#af5221")Accessibility — WCAG contrast
Aa
#af5221 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5221 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow81.1%
Key (black)31.4%
Color previews
#af5221 text on a black background
contrast 4.05:1
Card sample
#af5221 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5221;
Background color
Panel with #af5221 background
background-color: #af5221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5221; background: linear-gradient(135deg, #af5221, #ADAF21);