Silver
#99A2B2
BlueColor Codes
All color formats for development
HEX
#99A2B2RGB
rgb(153, 162, 178)HSL
hsl(218, 14%, 65%)OKLCH
oklch(0.71 0.025 262.1)CMYK
cmyk(14%, 9%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8691A4
2#738096
3#647084
4#566071
5#47505E
6#39404C
7#2B3039
8#1D2026
9#0E1013
Tints
Lighter variations
1#A3ACBA
2#AEB5C2
3#B8BEC9
4#C2C7D1
5#CCD1D9
6#D6DAE0
7#E0E3E8
8#EBECF0
9#F5F6F7
Tones
Muted variations
1#9BA3B1
2#9CA3B0
3#9DA3AE
4#9EA4AD
5#A0A4AC
6#A1A4AB
7#A2A5A9
8#A3A5A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 99A2 #99A2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C88 #7C889C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606C #606C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D56 #4D5666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBECF0;
--silver-200: #D9DDE2;
--silver-300: #BCC2CD;
--silver-400: #99A2B2;
--silver-500: #7C889C;
--silver-600: #606C80;
--silver-700: #4D5666;
--silver-800: #373D49;
--silver-900: #23272F;
--silver-950: #16191D;
}