#afab3c
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 171, 60
HSL
58°, 49%, 46%
CMYK
0, 2, 66, 31
Luminance
0.3857
Every format
| HEX | #afab3c |
| RGB | rgb(175, 171, 60) |
| HSL | hsl(58, 49%, 46%) |
| CMYK | cmyk(0%, 2%, 66%, 31%) |
| LAB | lab(68.4 -12.3 55.4) |
| LCH | lch(68.4 56.8 102.5) |
| OKLCH | oklch(0.724 0.131 107.3) |
Copy-ready code
/* CSS */
color: #afab3c;
background-color: #afab3c;
/* Tailwind (arbitrary) */
class="text-[#afab3c] bg-[#afab3c]"
/* SCSS */
$brand: #afab3c;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.235)
/* Android */
Color.parseColor("#afab3c")Accessibility — WCAG contrast
Aa
#afab3c on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab3c on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow65.7%
Key (black)31.4%
Color previews
#afab3c text on a black background
contrast 8.71:1
Card sample
#afab3c text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab3c;
Background color
Panel with #afab3c background
background-color: #afab3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab3c; background: linear-gradient(135deg, #afab3c, #66AF3C);