#afa721
a dark, vivid yellow · cool · closest name: olive
RGB
175, 167, 33
HSL
57°, 68%, 41%
CMYK
0, 5, 81, 31
Luminance
0.3686
Every format
| HEX | #afa721 |
| RGB | rgb(175, 167, 33) |
| HSL | hsl(57, 68%, 41%) |
| CMYK | cmyk(0%, 5%, 81%, 31%) |
| LAB | lab(67.2 -11.5 63.7) |
| LCH | lch(67.2 64.8 100.2) |
| OKLCH | oklch(0.713 0.143 105.8) |
Copy-ready code
/* CSS */
color: #afa721;
background-color: #afa721;
/* Tailwind (arbitrary) */
class="text-[#afa721] bg-[#afa721]"
/* SCSS */
$brand: #afa721;
/* SwiftUI */
Color(red: 0.686, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#afa721")Accessibility — WCAG contrast
Aa
#afa721 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afa721 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow81.1%
Key (black)31.4%
Color previews
#afa721 text on a black background
contrast 8.37:1
Card sample
#afa721 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afa721;
Background color
Panel with #afa721 background
background-color: #afa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afa721; background: linear-gradient(135deg, #afa721, #58AF21);