#afbab3
a light, muted gray · cool · closest name: silver
RGB
175, 186, 179
HSL
142°, 7%, 71%
CMYK
6, 0, 4, 27
Luminance
0.4749
Every format
| HEX | #afbab3 |
| RGB | rgb(175, 186, 179) |
| HSL | hsl(142, 7%, 71%) |
| CMYK | cmyk(6%, 0%, 4%, 27%) |
| LAB | lab(74.5 -5.1 2.2) |
| LCH | lch(74.5 5.6 156.5) |
| OKLCH | oklch(0.778 0.016 158.1) |
Copy-ready code
/* CSS */
color: #afbab3;
background-color: #afbab3;
/* Tailwind (arbitrary) */
class="text-[#afbab3] bg-[#afbab3]"
/* SCSS */
$brand: #afbab3;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.702)
/* Android */
Color.parseColor("#afbab3")Accessibility — WCAG contrast
Aa
#afbab3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbab3 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue70.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow3.8%
Key (black)27.1%
Color previews
#afbab3 text on a black background
contrast 10.50:1
Card sample
#afbab3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbab3;
Background color
Panel with #afbab3 background
background-color: #afbab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbab3; background: linear-gradient(135deg, #afbab3, #AFBABA);