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