#afb86b
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 184, 107
HSL
67°, 35%, 57%
CMYK
5, 0, 42, 28
Luminance
0.4446
Every format
| HEX | #afb86b |
| RGB | rgb(175, 184, 107) |
| HSL | hsl(67, 35%, 57%) |
| CMYK | cmyk(5%, 0%, 42%, 28%) |
| LAB | lab(72.5 -15.0 38.0) |
| LCH | lch(72.5 40.8 111.5) |
| OKLCH | oklch(0.758 0.101 114.3) |
Copy-ready code
/* CSS */
color: #afb86b;
background-color: #afb86b;
/* Tailwind (arbitrary) */
class="text-[#afb86b] bg-[#afb86b]"
/* SCSS */
$brand: #afb86b;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.420)
/* Android */
Color.parseColor("#afb86b")Accessibility — WCAG contrast
Aa
#afb86b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb86b on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue42.0%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow41.8%
Key (black)27.8%
Color previews
#afb86b text on a black background
contrast 9.89:1
Card sample
#afb86b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb86b;
Background color
Panel with #afb86b background
background-color: #afb86b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb86b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb86b; background: linear-gradient(135deg, #afb86b, #7CB86B);