#af852f
a dark, vivid yellow · warm · closest name: peru
RGB
175, 133, 47
HSL
40°, 58%, 44%
CMYK
0, 24, 73, 31
Luminance
0.2609
Every format
| HEX | #af852f |
| RGB | rgb(175, 133, 47) |
| HSL | hsl(40, 58%, 44%) |
| CMYK | cmyk(0%, 24%, 73%, 31%) |
| LAB | lab(58.1 7.5 50.4) |
| LCH | lch(58.1 50.9 81.6) |
| OKLCH | oklch(0.642 0.113 81.8) |
Copy-ready code
/* CSS */
color: #af852f;
background-color: #af852f;
/* Tailwind (arbitrary) */
class="text-[#af852f] bg-[#af852f]"
/* SCSS */
$brand: #af852f;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.184)
/* Android */
Color.parseColor("#af852f")Accessibility — WCAG contrast
Aa
#af852f on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af852f on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow73.1%
Key (black)31.4%
Color previews
#af852f text on a black background
contrast 6.22:1
Card sample
#af852f text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af852f;
Background color
Panel with #af852f background
background-color: #af852f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af852f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af852f; background: linear-gradient(135deg, #af852f, #84AF2F);