#af722f
a dark, vivid orange · warm · closest name: peru
RGB
175, 114, 47
HSL
31°, 58%, 44%
CMYK
0, 35, 73, 31
Luminance
0.2135
Every format
| HEX | #af722f |
| RGB | rgb(175, 114, 47) |
| HSL | hsl(31, 58%, 44%) |
| CMYK | cmyk(0%, 35%, 73%, 31%) |
| LAB | lab(53.3 18.1 45.5) |
| LCH | lch(53.3 48.9 68.3) |
| OKLCH | oklch(0.604 0.112 65.0) |
Copy-ready code
/* CSS */
color: #af722f;
background-color: #af722f;
/* Tailwind (arbitrary) */
class="text-[#af722f] bg-[#af722f]"
/* SCSS */
$brand: #af722f;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.184)
/* Android */
Color.parseColor("#af722f")Accessibility — WCAG contrast
Aa
#af722f on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af722f on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow73.1%
Key (black)31.4%
Color previews
#af722f text on a black background
contrast 5.27:1
Card sample
#af722f text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af722f;
Background color
Panel with #af722f background
background-color: #af722f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af722f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af722f; background: linear-gradient(135deg, #af722f, #97AF2F);