#af892f
a dark, vivid yellow · warm · closest name: peru
RGB
175, 137, 47
HSL
42°, 58%, 44%
CMYK
0, 22, 73, 31
Luminance
0.2721
Every format
| HEX | #af892f |
| RGB | rgb(175, 137, 47) |
| HSL | hsl(42, 58%, 44%) |
| CMYK | cmyk(0%, 22%, 73%, 31%) |
| LAB | lab(59.2 5.2 51.4) |
| LCH | lch(59.2 51.7 84.2) |
| OKLCH | oklch(0.650 0.115 85.1) |
Copy-ready code
/* CSS */
color: #af892f;
background-color: #af892f;
/* Tailwind (arbitrary) */
class="text-[#af892f] bg-[#af892f]"
/* SCSS */
$brand: #af892f;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#af892f")Accessibility — WCAG contrast
Aa
#af892f on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af892f on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow73.1%
Key (black)31.4%
Color previews
#af892f text on a black background
contrast 6.44:1
Card sample
#af892f text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af892f;
Background color
Panel with #af892f background
background-color: #af892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af892f; background: linear-gradient(135deg, #af892f, #80AF2F);