#af893c
a balanced, vivid yellow · warm · closest name: peru
RGB
175, 137, 60
HSL
40°, 49%, 46%
CMYK
0, 22, 66, 31
Luminance
0.2733
Every format
| HEX | #af893c |
| RGB | rgb(175, 137, 60) |
| HSL | hsl(40, 49%, 46%) |
| CMYK | cmyk(0%, 22%, 66%, 31%) |
| LAB | lab(59.3 6.0 45.7) |
| LCH | lch(59.3 46.1 82.5) |
| OKLCH | oklch(0.651 0.105 82.6) |
Copy-ready code
/* CSS */
color: #af893c;
background-color: #af893c;
/* Tailwind (arbitrary) */
class="text-[#af893c] bg-[#af893c]"
/* SCSS */
$brand: #af893c;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.235)
/* Android */
Color.parseColor("#af893c")Accessibility — WCAG contrast
Aa
#af893c on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af893c on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow65.7%
Key (black)31.4%
Color previews
#af893c text on a black background
contrast 6.47:1
Card sample
#af893c text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af893c;
Background color
Panel with #af893c background
background-color: #af893c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af893c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af893c; background: linear-gradient(135deg, #af893c, #88AF3C);