#afbc5d
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 188, 93
HSL
68°, 42%, 55%
CMYK
7, 0, 51, 26
Luminance
0.4587
Every format
| HEX | #afbc5d |
| RGB | rgb(175, 188, 93) |
| HSL | hsl(68, 42%, 55%) |
| CMYK | cmyk(7%, 0%, 51%, 26%) |
| LAB | lab(73.5 -18.4 46.1) |
| LCH | lch(73.5 49.6 111.8) |
| OKLCH | oklch(0.765 0.121 115.8) |
Copy-ready code
/* CSS */
color: #afbc5d;
background-color: #afbc5d;
/* Tailwind (arbitrary) */
class="text-[#afbc5d] bg-[#afbc5d]"
/* SCSS */
$brand: #afbc5d;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.365)
/* Android */
Color.parseColor("#afbc5d")Accessibility — WCAG contrast
Aa
#afbc5d on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc5d on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue36.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow50.5%
Key (black)26.3%
Color previews
#afbc5d text on a black background
contrast 10.17:1
Card sample
#afbc5d text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc5d;
Background color
Panel with #afbc5d background
background-color: #afbc5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc5d; background: linear-gradient(135deg, #afbc5d, #70BC5D);