#af871d
a dark, vivid yellow · warm · closest name: peru
RGB
175, 135, 29
HSL
44°, 72%, 40%
CMYK
0, 23, 83, 31
Luminance
0.2653
Every format
| HEX | #af871d |
| RGB | rgb(175, 135, 29) |
| HSL | hsl(44, 72%, 40%) |
| CMYK | cmyk(0%, 23%, 83%, 31%) |
| LAB | lab(58.5 5.6 57.5) |
| LCH | lch(58.5 57.7 84.4) |
| OKLCH | oklch(0.645 0.124 85.9) |
Copy-ready code
/* CSS */
color: #af871d;
background-color: #af871d;
/* Tailwind (arbitrary) */
class="text-[#af871d] bg-[#af871d]"
/* SCSS */
$brand: #af871d;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.114)
/* Android */
Color.parseColor("#af871d")Accessibility — WCAG contrast
Aa
#af871d on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af871d on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow83.4%
Key (black)31.4%
Color previews
#af871d text on a black background
contrast 6.31:1
Card sample
#af871d text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af871d;
Background color
Panel with #af871d background
background-color: #af871d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af871d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af871d; background: linear-gradient(135deg, #af871d, #76AF1D);