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