#afb686
a balanced, soft yellow · cool · closest name: tan
RGB
175, 182, 134
HSL
69°, 25%, 62%
CMYK
4, 0, 26, 29
Luminance
0.4429
Every format
| HEX | #afb686 |
| RGB | rgb(175, 182, 134) |
| HSL | hsl(69, 25%, 62%) |
| CMYK | cmyk(4%, 0%, 26%, 29%) |
| LAB | lab(72.4 -10.5 23.7) |
| LCH | lch(72.4 25.9 113.9) |
| OKLCH | oklch(0.758 0.066 114.7) |
Copy-ready code
/* CSS */
color: #afb686;
background-color: #afb686;
/* Tailwind (arbitrary) */
class="text-[#afb686] bg-[#afb686]"
/* SCSS */
$brand: #afb686;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#afb686")Accessibility — WCAG contrast
Aa
#afb686 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb686 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue52.5%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#afb686 text on a black background
contrast 9.86:1
Card sample
#afb686 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb686;
Background color
Panel with #afb686 background
background-color: #afb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb686; background: linear-gradient(135deg, #afb686, #8FB686);