#afac21
a dark, vivid yellow · cool · closest name: olive
RGB
175, 172, 33
HSL
59°, 68%, 41%
CMYK
0, 2, 81, 31
Luminance
0.3873
Every format
| HEX | #afac21 |
| RGB | rgb(175, 172, 33) |
| HSL | hsl(59, 68%, 41%) |
| CMYK | cmyk(0%, 2%, 81%, 31%) |
| LAB | lab(68.6 -14.1 64.9) |
| LCH | lch(68.6 66.5 102.2) |
| OKLCH | oklch(0.724 0.148 108.3) |
Copy-ready code
/* CSS */
color: #afac21;
background-color: #afac21;
/* Tailwind (arbitrary) */
class="text-[#afac21] bg-[#afac21]"
/* SCSS */
$brand: #afac21;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#afac21")Accessibility — WCAG contrast
Aa
#afac21 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac21 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow81.1%
Key (black)31.4%
Color previews
#afac21 text on a black background
contrast 8.75:1
Card sample
#afac21 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac21;
Background color
Panel with #afac21 background
background-color: #afac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac21; background: linear-gradient(135deg, #afac21, #53AF21);