#afbc41
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 188, 65
HSL
66°, 49%, 50%
CMYK
7, 0, 65, 26
Luminance
0.4546
Every format
| HEX | #afbc41 |
| RGB | rgb(175, 188, 65) |
| HSL | hsl(66, 49%, 50%) |
| CMYK | cmyk(7%, 0%, 65%, 26%) |
| LAB | lab(73.2 -20.6 58.3) |
| LCH | lch(73.2 61.9 109.5) |
| OKLCH | oklch(0.762 0.146 115.1) |
Copy-ready code
/* CSS */
color: #afbc41;
background-color: #afbc41;
/* Tailwind (arbitrary) */
class="text-[#afbc41] bg-[#afbc41]"
/* SCSS */
$brand: #afbc41;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.255)
/* Android */
Color.parseColor("#afbc41")Accessibility — WCAG contrast
Aa
#afbc41 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc41 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue25.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow65.4%
Key (black)26.3%
Color previews
#afbc41 text on a black background
contrast 10.09:1
Card sample
#afbc41 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc41;
Background color
Panel with #afbc41 background
background-color: #afbc41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc41; background: linear-gradient(135deg, #afbc41, #5DBC41);