#af522c
a dark, vivid orange · warm · closest name: sienna
RGB
175, 82, 44
HSL
17°, 60%, 43%
CMYK
0, 53, 75, 31
Luminance
0.1533
Every format
| HEX | #af522c |
| RGB | rgb(175, 82, 44) |
| HSL | hsl(17, 60%, 43%) |
| CMYK | cmyk(0%, 53%, 75%, 31%) |
| LAB | lab(46.1 35.4 39.3) |
| LCH | lch(46.1 52.9 48.0) |
| OKLCH | oklch(0.548 0.132 41.6) |
Copy-ready code
/* CSS */
color: #af522c;
background-color: #af522c;
/* Tailwind (arbitrary) */
class="text-[#af522c] bg-[#af522c]"
/* SCSS */
$brand: #af522c;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.173)
/* Android */
Color.parseColor("#af522c")Accessibility — WCAG contrast
Aa
#af522c on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af522c on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow74.9%
Key (black)31.4%
Color previews
#af522c text on a black background
contrast 4.07:1
Card sample
#af522c text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af522c;
Background color
Panel with #af522c background
background-color: #af522c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af522c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af522c; background: linear-gradient(135deg, #af522c, #AFA92C);