#afbc6c
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 188, 108
HSL
70°, 37%, 58%
CMYK
7, 0, 43, 26
Luminance
0.4616
Every format
| HEX | #afbc6c |
| RGB | rgb(175, 188, 108) |
| HSL | hsl(70, 37%, 58%) |
| CMYK | cmyk(7%, 0%, 43%, 26%) |
| LAB | lab(73.7 -16.9 38.9) |
| LCH | lch(73.7 42.4 113.5) |
| OKLCH | oklch(0.767 0.105 116.5) |
Copy-ready code
/* CSS */
color: #afbc6c;
background-color: #afbc6c;
/* Tailwind (arbitrary) */
class="text-[#afbc6c] bg-[#afbc6c]"
/* SCSS */
$brand: #afbc6c;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.424)
/* Android */
Color.parseColor("#afbc6c")Accessibility — WCAG contrast
Aa
#afbc6c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc6c on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue42.4%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow42.6%
Key (black)26.3%
Color previews
#afbc6c text on a black background
contrast 10.23:1
Card sample
#afbc6c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc6c;
Background color
Panel with #afbc6c background
background-color: #afbc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc6c; background: linear-gradient(135deg, #afbc6c, #79BC6C);