#af9529
a dark, vivid yellow · cool · closest name: olive
RGB
175, 149, 41
HSL
48°, 62%, 42%
CMYK
0, 15, 77, 31
Luminance
0.3077
Every format
| HEX | #af9529 |
| RGB | rgb(175, 149, 41) |
| HSL | hsl(48, 62%, 42%) |
| CMYK | cmyk(0%, 15%, 77%, 31%) |
| LAB | lab(62.3 -1.6 56.8) |
| LCH | lch(62.3 56.8 91.6) |
| OKLCH | oklch(0.675 0.125 94.8) |
Copy-ready code
/* CSS */
color: #af9529;
background-color: #af9529;
/* Tailwind (arbitrary) */
class="text-[#af9529] bg-[#af9529]"
/* SCSS */
$brand: #af9529;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.161)
/* Android */
Color.parseColor("#af9529")Accessibility — WCAG contrast
Aa
#af9529 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9529 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow76.6%
Key (black)31.4%
Color previews
#af9529 text on a black background
contrast 7.15:1
Card sample
#af9529 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9529;
Background color
Panel with #af9529 background
background-color: #af9529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9529; background: linear-gradient(135deg, #af9529, #70AF29);