#af9721
a dark, vivid yellow · cool · closest name: olive
RGB
175, 151, 33
HSL
50°, 68%, 41%
CMYK
0, 14, 81, 31
Luminance
0.3136
Every format
| HEX | #af9721 |
| RGB | rgb(175, 151, 33) |
| HSL | hsl(50, 68%, 41%) |
| CMYK | cmyk(0%, 14%, 81%, 31%) |
| LAB | lab(62.8 -3.0 59.9) |
| LCH | lch(62.8 60.0 92.9) |
| OKLCH | oklch(0.678 0.130 96.7) |
Copy-ready code
/* CSS */
color: #af9721;
background-color: #af9721;
/* Tailwind (arbitrary) */
class="text-[#af9721] bg-[#af9721]"
/* SCSS */
$brand: #af9721;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#af9721")Accessibility — WCAG contrast
Aa
#af9721 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9721 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow81.1%
Key (black)31.4%
Color previews
#af9721 text on a black background
contrast 7.27:1
Card sample
#af9721 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9721;
Background color
Panel with #af9721 background
background-color: #af9721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9721; background: linear-gradient(135deg, #af9721, #68AF21);