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