#af542f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 84, 47
HSL
17°, 58%, 44%
CMYK
0, 52, 73, 31
Luminance
0.1566
Every format
| HEX | #af542f |
| RGB | rgb(175, 84, 47) |
| HSL | hsl(17, 58%, 44%) |
| CMYK | cmyk(0%, 52%, 73%, 31%) |
| LAB | lab(46.5 34.5 38.2) |
| LCH | lch(46.5 51.5 47.9) |
| OKLCH | oklch(0.552 0.129 41.7) |
Copy-ready code
/* CSS */
color: #af542f;
background-color: #af542f;
/* Tailwind (arbitrary) */
class="text-[#af542f] bg-[#af542f]"
/* SCSS */
$brand: #af542f;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.184)
/* Android */
Color.parseColor("#af542f")Accessibility — WCAG contrast
Aa
#af542f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af542f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow73.1%
Key (black)31.4%
Color previews
#af542f text on a black background
contrast 4.13:1
Card sample
#af542f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af542f;
Background color
Panel with #af542f background
background-color: #af542f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af542f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af542f; background: linear-gradient(135deg, #af542f, #AFA92F);