#afac17
a dark, electric yellow · cool · closest name: olive
RGB
175, 172, 23
HSL
59°, 77%, 39%
CMYK
0, 2, 87, 31
Luminance
0.3868
Every format
| HEX | #afac17 |
| RGB | rgb(175, 172, 23) |
| HSL | hsl(59, 77%, 39%) |
| CMYK | cmyk(0%, 2%, 87%, 31%) |
| LAB | lab(68.5 -14.4 67.3) |
| LCH | lch(68.5 68.8 102.0) |
| OKLCH | oklch(0.724 0.151 108.4) |
Copy-ready code
/* CSS */
color: #afac17;
background-color: #afac17;
/* Tailwind (arbitrary) */
class="text-[#afac17] bg-[#afac17]"
/* SCSS */
$brand: #afac17;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.090)
/* Android */
Color.parseColor("#afac17")Accessibility — WCAG contrast
Aa
#afac17 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac17 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow86.9%
Key (black)31.4%
Color previews
#afac17 text on a black background
contrast 8.74:1
Card sample
#afac17 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac17;
Background color
Panel with #afac17 background
background-color: #afac17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac17; background: linear-gradient(135deg, #afac17, #4DAF17);