#afba6b
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 186, 107
HSL
68°, 36%, 58%
CMYK
6, 0, 43, 27
Luminance
0.4529
Every format
| HEX | #afba6b |
| RGB | rgb(175, 186, 107) |
| HSL | hsl(68, 36%, 58%) |
| CMYK | cmyk(6%, 0%, 43%, 27%) |
| LAB | lab(73.1 -16.0 38.7) |
| LCH | lch(73.1 41.9 112.5) |
| OKLCH | oklch(0.762 0.104 115.4) |
Copy-ready code
/* CSS */
color: #afba6b;
background-color: #afba6b;
/* Tailwind (arbitrary) */
class="text-[#afba6b] bg-[#afba6b]"
/* SCSS */
$brand: #afba6b;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.420)
/* Android */
Color.parseColor("#afba6b")Accessibility — WCAG contrast
Aa
#afba6b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba6b on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue42.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow42.5%
Key (black)27.1%
Color previews
#afba6b text on a black background
contrast 10.06:1
Card sample
#afba6b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba6b;
Background color
Panel with #afba6b background
background-color: #afba6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba6b; background: linear-gradient(135deg, #afba6b, #7ABA6B);