#af562f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 86, 47
HSL
18°, 58%, 44%
CMYK
0, 51, 73, 31
Luminance
0.1597
Every format
| HEX | #af562f |
| RGB | rgb(175, 86, 47) |
| HSL | hsl(18, 58%, 44%) |
| CMYK | cmyk(0%, 51%, 73%, 31%) |
| LAB | lab(46.9 33.4 38.7) |
| LCH | lch(46.9 51.1 49.1) |
| OKLCH | oklch(0.555 0.128 43.0) |
Copy-ready code
/* CSS */
color: #af562f;
background-color: #af562f;
/* Tailwind (arbitrary) */
class="text-[#af562f] bg-[#af562f]"
/* SCSS */
$brand: #af562f;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.184)
/* Android */
Color.parseColor("#af562f")Accessibility — WCAG contrast
Aa
#af562f on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af562f on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow73.1%
Key (black)31.4%
Color previews
#af562f text on a black background
contrast 4.19:1
Card sample
#af562f text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af562f;
Background color
Panel with #af562f background
background-color: #af562f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af562f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af562f; background: linear-gradient(135deg, #af562f, #AFAB2F);