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