#afac3f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 172, 63
HSL
58°, 47%, 47%
CMYK
0, 2, 64, 31
Luminance
0.3898
Every format
| HEX | #afac3f |
| RGB | rgb(175, 172, 63) |
| HSL | hsl(58, 47%, 47%) |
| CMYK | cmyk(0%, 2%, 64%, 31%) |
| LAB | lab(68.7 -12.7 54.5) |
| LCH | lch(68.7 55.9 103.1) |
| OKLCH | oklch(0.726 0.130 107.7) |
Copy-ready code
/* CSS */
color: #afac3f;
background-color: #afac3f;
/* Tailwind (arbitrary) */
class="text-[#afac3f] bg-[#afac3f]"
/* SCSS */
$brand: #afac3f;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#afac3f")Accessibility — WCAG contrast
Aa
#afac3f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac3f on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow64.0%
Key (black)31.4%
Color previews
#afac3f text on a black background
contrast 8.80:1
Card sample
#afac3f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac3f;
Background color
Panel with #afac3f background
background-color: #afac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac3f; background: linear-gradient(135deg, #afac3f, #67AF3F);