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