#afba5e
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 186, 94
HSL
67°, 40%, 55%
CMYK
6, 0, 50, 27
Luminance
0.4504
Every format
| HEX | #afba5e |
| RGB | rgb(175, 186, 94) |
| HSL | hsl(67, 40%, 55%) |
| CMYK | cmyk(6%, 0%, 50%, 27%) |
| LAB | lab(72.9 -17.3 45.0) |
| LCH | lch(72.9 48.2 111.1) |
| OKLCH | oklch(0.760 0.118 114.9) |
Copy-ready code
/* CSS */
color: #afba5e;
background-color: #afba5e;
/* Tailwind (arbitrary) */
class="text-[#afba5e] bg-[#afba5e]"
/* SCSS */
$brand: #afba5e;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.369)
/* Android */
Color.parseColor("#afba5e")Accessibility — WCAG contrast
Aa
#afba5e on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba5e on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue36.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow49.5%
Key (black)27.1%
Color previews
#afba5e text on a black background
contrast 10.01:1
Card sample
#afba5e text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba5e;
Background color
Panel with #afba5e background
background-color: #afba5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba5e; background: linear-gradient(135deg, #afba5e, #72BA5E);