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