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