#af8c2e
a dark, vivid yellow · warm · closest name: peru
RGB
175, 140, 46
HSL
44°, 58%, 43%
CMYK
0, 20, 74, 31
Luminance
0.2807
Every format
| HEX | #af8c2e |
| RGB | rgb(175, 140, 46) |
| HSL | hsl(44, 58%, 43%) |
| CMYK | cmyk(0%, 20%, 74%, 31%) |
| LAB | lab(60.0 3.5 52.6) |
| LCH | lch(60.0 52.7 86.2) |
| OKLCH | oklch(0.656 0.117 87.7) |
Copy-ready code
/* CSS */
color: #af8c2e;
background-color: #af8c2e;
/* Tailwind (arbitrary) */
class="text-[#af8c2e] bg-[#af8c2e]"
/* SCSS */
$brand: #af8c2e;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.180)
/* Android */
Color.parseColor("#af8c2e")Accessibility — WCAG contrast
Aa
#af8c2e on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8c2e on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow73.7%
Key (black)31.4%
Color previews
#af8c2e text on a black background
contrast 6.61:1
Card sample
#af8c2e text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8c2e;
Background color
Panel with #af8c2e background
background-color: #af8c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8c2e; background: linear-gradient(135deg, #af8c2e, #7CAF2E);