#afbbba
a light, muted cyan · cool · closest name: silver
RGB
175, 187, 186
HSL
175°, 8%, 71%
CMYK
6, 0, 1, 27
Luminance
0.4820
Every format
| HEX | #afbbba |
| RGB | rgb(175, 187, 186) |
| HSL | hsl(175, 8%, 71%) |
| CMYK | cmyk(6%, 0%, 1%, 27%) |
| LAB | lab(75.0 -4.3 -0.9) |
| LCH | lch(75.0 4.4 192.0) |
| OKLCH | oklch(0.782 0.013 190.9) |
Copy-ready code
/* CSS */
color: #afbbba;
background-color: #afbbba;
/* Tailwind (arbitrary) */
class="text-[#afbbba] bg-[#afbbba]"
/* SCSS */
$brand: #afbbba;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.729)
/* Android */
Color.parseColor("#afbbba")Accessibility — WCAG contrast
Aa
#afbbba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbba on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue72.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow0.5%
Key (black)26.7%
Color previews
#afbbba text on a black background
contrast 10.64:1
Card sample
#afbbba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbba;
Background color
Panel with #afbbba background
background-color: #afbbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbba; background: linear-gradient(135deg, #afbbba, #AFB4BB);