#afb09b
a balanced, muted yellow · cool · closest name: silver
RGB
175, 176, 155
HSL
63°, 12%, 65%
CMYK
1, 0, 12, 31
Luminance
0.4253
Every format
| HEX | #afb09b |
| RGB | rgb(175, 176, 155) |
| HSL | hsl(63, 12%, 65%) |
| CMYK | cmyk(1%, 0%, 12%, 31%) |
| LAB | lab(71.2 -4.1 10.7) |
| LCH | lch(71.2 11.4 111.0) |
| OKLCH | oklch(0.751 0.029 109.3) |
Copy-ready code
/* CSS */
color: #afb09b;
background-color: #afb09b;
/* Tailwind (arbitrary) */
class="text-[#afb09b] bg-[#afb09b]"
/* SCSS */
$brand: #afb09b;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.608)
/* Android */
Color.parseColor("#afb09b")Accessibility — WCAG contrast
Aa
#afb09b on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb09b on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue60.8%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow11.9%
Key (black)31.0%
Color previews
#afb09b text on a black background
contrast 9.51:1
Card sample
#afb09b text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb09b;
Background color
Panel with #afb09b background
background-color: #afb09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb09b; background: linear-gradient(135deg, #afb09b, #A1B09B);