#afbc69
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 188, 105
HSL
69°, 38%, 58%
CMYK
7, 0, 44, 26
Luminance
0.4610
Every format
| HEX | #afbc69 |
| RGB | rgb(175, 188, 105) |
| HSL | hsl(69, 38%, 58%) |
| CMYK | cmyk(7%, 0%, 44%, 26%) |
| LAB | lab(73.6 -17.2 40.4) |
| LCH | lch(73.6 43.9 113.1) |
| OKLCH | oklch(0.766 0.109 116.3) |
Copy-ready code
/* CSS */
color: #afbc69;
background-color: #afbc69;
/* Tailwind (arbitrary) */
class="text-[#afbc69] bg-[#afbc69]"
/* SCSS */
$brand: #afbc69;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.412)
/* Android */
Color.parseColor("#afbc69")Accessibility — WCAG contrast
Aa
#afbc69 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc69 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue41.2%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow44.1%
Key (black)26.3%
Color previews
#afbc69 text on a black background
contrast 10.22:1
Card sample
#afbc69 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc69;
Background color
Panel with #afbc69 background
background-color: #afbc69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc69; background: linear-gradient(135deg, #afbc69, #78BC69);