#afbc2b
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 188, 43
HSL
65°, 63%, 45%
CMYK
7, 0, 77, 26
Luminance
0.4525
Every format
| HEX | #afbc2b |
| RGB | rgb(175, 188, 43) |
| HSL | hsl(65, 63%, 45%) |
| CMYK | cmyk(7%, 0%, 77%, 26%) |
| LAB | lab(73.1 -21.8 66.0) |
| LCH | lch(73.1 69.5 108.2) |
| OKLCH | oklch(0.760 0.159 114.8) |
Copy-ready code
/* CSS */
color: #afbc2b;
background-color: #afbc2b;
/* Tailwind (arbitrary) */
class="text-[#afbc2b] bg-[#afbc2b]"
/* SCSS */
$brand: #afbc2b;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.169)
/* Android */
Color.parseColor("#afbc2b")Accessibility — WCAG contrast
Aa
#afbc2b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc2b on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue16.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow77.1%
Key (black)26.3%
Color previews
#afbc2b text on a black background
contrast 10.05:1
Card sample
#afbc2b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc2b;
Background color
Panel with #afbc2b background
background-color: #afbc2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc2b; background: linear-gradient(135deg, #afbc2b, #4EBC2B);