#afb8bc
a light, muted cyan · cool · closest name: silver
RGB
175, 184, 188
HSL
199°, 9%, 71%
CMYK
7, 2, 0, 26
Luminance
0.4703
Every format
| HEX | #afb8bc |
| RGB | rgb(175, 184, 188) |
| HSL | hsl(199, 9%, 71%) |
| CMYK | cmyk(7%, 2%, 0%, 26%) |
| LAB | lab(74.2 -2.3 -3.1) |
| LCH | lch(74.2 3.9 233.0) |
| OKLCH | oklch(0.777 0.012 226.0) |
Copy-ready code
/* CSS */
color: #afb8bc;
background-color: #afb8bc;
/* Tailwind (arbitrary) */
class="text-[#afb8bc] bg-[#afb8bc]"
/* SCSS */
$brand: #afb8bc;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.737)
/* Android */
Color.parseColor("#afb8bc")Accessibility — WCAG contrast
Aa
#afb8bc on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8bc on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta2.1%
Yellow0.0%
Key (black)26.3%
Color previews
#afb8bc text on a black background
contrast 10.41:1
Card sample
#afb8bc text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8bc;
Background color
Panel with #afb8bc background
background-color: #afb8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8bc; background: linear-gradient(135deg, #afb8bc, #AFAFBC);