#afa521
a dark, vivid yellow · cool · closest name: olive
RGB
175, 165, 33
HSL
56°, 68%, 41%
CMYK
0, 6, 81, 31
Luminance
0.3613
Every format
| HEX | #afa521 |
| RGB | rgb(175, 165, 33) |
| HSL | hsl(56, 68%, 41%) |
| CMYK | cmyk(0%, 6%, 81%, 31%) |
| LAB | lab(66.6 -10.4 63.3) |
| LCH | lch(66.6 64.1 99.4) |
| OKLCH | oklch(0.709 0.141 104.8) |
Copy-ready code
/* CSS */
color: #afa521;
background-color: #afa521;
/* Tailwind (arbitrary) */
class="text-[#afa521] bg-[#afa521]"
/* SCSS */
$brand: #afa521;
/* SwiftUI */
Color(red: 0.686, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#afa521")Accessibility — WCAG contrast
Aa
#afa521 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afa521 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow81.1%
Key (black)31.4%
Color previews
#afa521 text on a black background
contrast 8.23:1
Card sample
#afa521 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afa521;
Background color
Panel with #afa521 background
background-color: #afa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afa521; background: linear-gradient(135deg, #afa521, #5AAF21);