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