#afba71
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 186, 113
HSL
69°, 35%, 59%
CMYK
6, 0, 39, 27
Luminance
0.4542
Every format
| HEX | #afba71 |
| RGB | rgb(175, 186, 113) |
| HSL | hsl(69, 35%, 59%) |
| CMYK | cmyk(6%, 0%, 39%, 27%) |
| LAB | lab(73.2 -15.3 35.7) |
| LCH | lch(73.2 38.9 113.2) |
| OKLCH | oklch(0.763 0.097 115.7) |
Copy-ready code
/* CSS */
color: #afba71;
background-color: #afba71;
/* Tailwind (arbitrary) */
class="text-[#afba71] bg-[#afba71]"
/* SCSS */
$brand: #afba71;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.443)
/* Android */
Color.parseColor("#afba71")Accessibility — WCAG contrast
Aa
#afba71 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba71 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue44.3%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow39.2%
Key (black)27.1%
Color previews
#afba71 text on a black background
contrast 10.08:1
Card sample
#afba71 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba71;
Background color
Panel with #afba71 background
background-color: #afba71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba71; background: linear-gradient(135deg, #afba71, #7EBA71);