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