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