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