#afb47b
a balanced, soft yellow · cool · closest name: tan
RGB
175, 180, 123
HSL
65°, 28%, 59%
CMYK
3, 0, 32, 29
Luminance
0.4319
Every format
| HEX | #afb47b |
| RGB | rgb(175, 180, 123) |
| HSL | hsl(65, 28%, 59%) |
| CMYK | cmyk(3%, 0%, 32%, 29%) |
| LAB | lab(71.7 -11.0 28.6) |
| LCH | lch(71.7 30.6 111.0) |
| OKLCH | oklch(0.752 0.077 112.3) |
Copy-ready code
/* CSS */
color: #afb47b;
background-color: #afb47b;
/* Tailwind (arbitrary) */
class="text-[#afb47b] bg-[#afb47b]"
/* SCSS */
$brand: #afb47b;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.482)
/* Android */
Color.parseColor("#afb47b")Accessibility — WCAG contrast
Aa
#afb47b on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb47b on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue48.2%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow31.7%
Key (black)29.4%
Color previews
#afb47b text on a black background
contrast 9.64:1
Card sample
#afb47b text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb47b;
Background color
Panel with #afb47b background
background-color: #afb47b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb47b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb47b; background: linear-gradient(135deg, #afb47b, #89B47B);