#afc921
a balanced, vivid yellow · cool · closest name: yellow
RGB
175, 201, 33
HSL
69°, 72%, 46%
CMYK
13, 0, 84, 21
Luminance
0.5100
Every format
| HEX | #afc921 |
| RGB | rgb(175, 201, 33) |
| HSL | hsl(69, 72%, 46%) |
| CMYK | cmyk(13%, 0%, 84%, 21%) |
| LAB | lab(76.7 -28.4 71.9) |
| LCH | lch(76.7 77.3 111.6) |
| OKLCH | oklch(0.789 0.177 118.9) |
Copy-ready code
/* CSS */
color: #afc921;
background-color: #afc921;
/* Tailwind (arbitrary) */
class="text-[#afc921] bg-[#afc921]"
/* SCSS */
$brand: #afc921;
/* SwiftUI */
Color(red: 0.686, green: 0.788, blue: 0.129)
/* Android */
Color.parseColor("#afc921")Accessibility — WCAG contrast
Aa
#afc921 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc921 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green78.8%
Blue12.9%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow83.6%
Key (black)21.2%
Color previews
#afc921 text on a black background
contrast 11.20:1
Card sample
#afc921 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc921;
Background color
Panel with #afc921 background
background-color: #afc921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 201, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 201, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc921; background: linear-gradient(135deg, #afc921, #3FC921);