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