#af792c
a dark, vivid orange · warm · closest name: peru
RGB
175, 121, 44
HSL
35°, 60%, 43%
CMYK
0, 31, 75, 31
Luminance
0.2297
Every format
| HEX | #af792c |
| RGB | rgb(175, 121, 44) |
| HSL | hsl(35, 60%, 43%) |
| CMYK | cmyk(0%, 31%, 75%, 31%) |
| LAB | lab(55.0 14.0 48.5) |
| LCH | lch(55.0 50.5 73.9) |
| OKLCH | oklch(0.618 0.113 72.0) |
Copy-ready code
/* CSS */
color: #af792c;
background-color: #af792c;
/* Tailwind (arbitrary) */
class="text-[#af792c] bg-[#af792c]"
/* SCSS */
$brand: #af792c;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.173)
/* Android */
Color.parseColor("#af792c")Accessibility — WCAG contrast
Aa
#af792c on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af792c on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow74.9%
Key (black)31.4%
Color previews
#af792c text on a black background
contrast 5.59:1
Card sample
#af792c text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af792c;
Background color
Panel with #af792c background
background-color: #af792c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af792c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af792c; background: linear-gradient(135deg, #af792c, #8DAF2C);