#afc521
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 197, 33
HSL
68°, 71%, 45%
CMYK
11, 0, 83, 23
Luminance
0.4916
Every format
| HEX | #afc521 |
| RGB | rgb(175, 197, 33) |
| HSL | hsl(68, 71%, 45%) |
| CMYK | cmyk(11%, 0%, 83%, 23%) |
| LAB | lab(75.5 -26.5 71.0) |
| LCH | lch(75.5 75.7 110.5) |
| OKLCH | oklch(0.780 0.173 117.7) |
Copy-ready code
/* CSS */
color: #afc521;
background-color: #afc521;
/* Tailwind (arbitrary) */
class="text-[#afc521] bg-[#afc521]"
/* SCSS */
$brand: #afc521;
/* SwiftUI */
Color(red: 0.686, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#afc521")Accessibility — WCAG contrast
Aa
#afc521 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc521 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green77.3%
Blue12.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#afc521 text on a black background
contrast 10.83:1
Card sample
#afc521 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc521;
Background color
Panel with #afc521 background
background-color: #afc521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc521; background: linear-gradient(135deg, #afc521, #42C521);