#af5622
a dark, vivid orange · warm · closest name: sienna
RGB
175, 86, 34
HSL
22°, 68%, 41%
CMYK
0, 51, 81, 31
Luminance
0.1589
Every format
| HEX | #af5622 |
| RGB | rgb(175, 86, 34) |
| HSL | hsl(22, 68%, 41%) |
| CMYK | cmyk(0%, 51%, 81%, 31%) |
| LAB | lab(46.8 32.9 45.0) |
| LCH | lch(46.8 55.7 53.8) |
| OKLCH | oklch(0.554 0.132 47.4) |
Copy-ready code
/* CSS */
color: #af5622;
background-color: #af5622;
/* Tailwind (arbitrary) */
class="text-[#af5622] bg-[#af5622]"
/* SCSS */
$brand: #af5622;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.133)
/* Android */
Color.parseColor("#af5622")Accessibility — WCAG contrast
Aa
#af5622 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5622 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow80.6%
Key (black)31.4%
Color previews
#af5622 text on a black background
contrast 4.18:1
Card sample
#af5622 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5622;
Background color
Panel with #af5622 background
background-color: #af5622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5622; background: linear-gradient(135deg, #af5622, #AAAF22);