#afbc4f
a balanced, soft yellow · cool · closest name: olivedrab
RGB
175, 188, 79
HSL
67°, 45%, 52%
CMYK
7, 0, 58, 26
Luminance
0.4564
Every format
| HEX | #afbc4f |
| RGB | rgb(175, 188, 79) |
| HSL | hsl(67, 45%, 52%) |
| CMYK | cmyk(7%, 0%, 58%, 26%) |
| LAB | lab(73.3 -19.6 52.4) |
| LCH | lch(73.3 56.0 110.5) |
| OKLCH | oklch(0.763 0.134 115.3) |
Copy-ready code
/* CSS */
color: #afbc4f;
background-color: #afbc4f;
/* Tailwind (arbitrary) */
class="text-[#afbc4f] bg-[#afbc4f]"
/* SCSS */
$brand: #afbc4f;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#afbc4f")Accessibility — WCAG contrast
Aa
#afbc4f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc4f on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue31.0%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow58.0%
Key (black)26.3%
Color previews
#afbc4f text on a black background
contrast 10.13:1
Card sample
#afbc4f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc4f;
Background color
Panel with #afbc4f background
background-color: #afbc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc4f; background: linear-gradient(135deg, #afbc4f, #66BC4F);