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