Silver
#99B2B2
CyanColor Codes
All color formats for development
HEX
#99B2B2RGB
rgb(153, 178, 178)HSL
hsl(180, 14%, 65%)OKLCH
oklch(0.745 0.028 196.6)CMYK
cmyk(14%, 0%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86A4A4
2#739696
3#648484
4#567171
5#475E5E
6#394C4C
7#2B3939
8#1D2626
9#0E1313
Tints
Lighter variations
1#A3BABA
2#AEC2C2
3#B8C9C9
4#C2D1D1
5#CCD9D9
6#D6E0E0
7#E0E8E8
8#EBF0F0
9#F5F7F7
Tones
Muted variations
1#9BB1B1
2#9CB0B0
3#9DAEAE
4#9EADAD
5#A0ACAC
6#A1ABAB
7#A2A9A9
8#A3A8A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBF0F0;
--silver-200: #D9E2E2;
--silver-300: #BCCDCD;
--silver-400: #99B2B2;
--silver-500: #7C9C9C;
--silver-600: #608080;
--silver-700: #4D6666;
--silver-800: #374949;
--silver-900: #232F2F;
--silver-950: #161D1D;
}