#afa221
a dark, vivid yellow · cool · closest name: olive
RGB
175, 162, 33
HSL
55°, 68%, 41%
CMYK
0, 7, 81, 31
Luminance
0.3506
Every format
| HEX | #afa221 |
| RGB | rgb(175, 162, 33) |
| HSL | hsl(55, 68%, 41%) |
| CMYK | cmyk(0%, 7%, 81%, 31%) |
| LAB | lab(65.8 -8.9 62.5) |
| LCH | lch(65.8 63.2 98.1) |
| OKLCH | oklch(0.702 0.139 103.2) |
Copy-ready code
/* CSS */
color: #afa221;
background-color: #afa221;
/* Tailwind (arbitrary) */
class="text-[#afa221] bg-[#afa221]"
/* SCSS */
$brand: #afa221;
/* SwiftUI */
Color(red: 0.686, green: 0.635, blue: 0.129)
/* Android */
Color.parseColor("#afa221")Accessibility — WCAG contrast
Aa
#afa221 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afa221 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green63.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow81.1%
Key (black)31.4%
Color previews
#afa221 text on a black background
contrast 8.01:1
Card sample
#afa221 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afa221;
Background color
Panel with #afa221 background
background-color: #afa221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afa221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 162, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 162, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afa221; background: linear-gradient(135deg, #afa221, #5DAF21);