#afbc2f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 188, 47
HSL
66°, 60%, 46%
CMYK
7, 0, 75, 26
Luminance
0.4529
Every format
| HEX | #afbc2f |
| RGB | rgb(175, 188, 47) |
| HSL | hsl(66, 60%, 46%) |
| CMYK | cmyk(7%, 0%, 75%, 26%) |
| LAB | lab(73.1 -21.6 64.8) |
| LCH | lch(73.1 68.3 108.4) |
| OKLCH | oklch(0.760 0.157 114.9) |
Copy-ready code
/* CSS */
color: #afbc2f;
background-color: #afbc2f;
/* Tailwind (arbitrary) */
class="text-[#afbc2f] bg-[#afbc2f]"
/* SCSS */
$brand: #afbc2f;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#afbc2f")Accessibility — WCAG contrast
Aa
#afbc2f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc2f on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue18.4%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#afbc2f text on a black background
contrast 10.06:1
Card sample
#afbc2f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc2f;
Background color
Panel with #afbc2f background
background-color: #afbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc2f; background: linear-gradient(135deg, #afbc2f, #51BC2F);