#af9549
a balanced, soft yellow · warm · closest name: peru
RGB
175, 149, 73
HSL
45°, 41%, 49%
CMYK
0, 15, 58, 31
Luminance
0.3109
Every format
| HEX | #af9549 |
| RGB | rgb(175, 149, 73) |
| HSL | hsl(45, 41%, 49%) |
| CMYK | cmyk(0%, 15%, 58%, 31%) |
| LAB | lab(62.6 0.3 43.1) |
| LCH | lch(62.6 43.1 89.6) |
| OKLCH | oklch(0.678 0.101 90.7) |
Copy-ready code
/* CSS */
color: #af9549;
background-color: #af9549;
/* Tailwind (arbitrary) */
class="text-[#af9549] bg-[#af9549]"
/* SCSS */
$brand: #af9549;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.286)
/* Android */
Color.parseColor("#af9549")Accessibility — WCAG contrast
Aa
#af9549 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9549 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow58.3%
Key (black)31.4%
Color previews
#af9549 text on a black background
contrast 7.22:1
Card sample
#af9549 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9549;
Background color
Panel with #af9549 background
background-color: #af9549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9549; background: linear-gradient(135deg, #af9549, #85AF49);