Silver
#9BAEB0
CyanColor Codes
All color formats for development
HEX
#9BAEB0RGB
rgb(155, 174, 176)HSL
hsl(186, 12%, 65%)OKLCH
oklch(0.737 0.021 204.4)CMYK
cmyk(12%, 1%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#889FA2
2#769093
3#667F82
4#586D6F
5#495B5D
6#3A494A
7#2C3638
8#1D2425
9#0F1213
Tints
Lighter variations
1#A5B6B8
2#AFBEC0
3#B9C7C8
4#C3CFD0
5#CDD7D8
6#D7DFE0
7#E1E7E7
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9CADAF
2#9DADAE
3#9EACAD
4#9FABAC
5#A0AAAB
6#A1A9AA
7#A3A8A9
8#A4A7A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAE #9BAEB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E97 #7E979A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637B #637B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F62 #4F6264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE1E2;
--silver-300: #BDCACB;
--silver-400: #9BAEB0;
--silver-500: #7E979A;
--silver-600: #637B7E;
--silver-700: #4F6264;
--silver-800: #384647;
--silver-900: #242D2E;
--silver-950: #161C1D;
}