Silver
#99A0B2
BlueColor Codes
All color formats for development
HEX
#99A0B2RGB
rgb(153, 160, 178)HSL
hsl(223, 14%, 65%)OKLCH
oklch(0.706 0.027 268.7)CMYK
cmyk(14%, 10%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868FA4
2#737D96
3#646D84
4#565D71
5#474E5E
6#393E4C
7#2B2F39
8#1D1F26
9#0E1013
Tints
Lighter variations
1#A3AABA
2#AEB3C2
3#B8BDC9
4#C2C6D1
5#CCD0D9
6#D6D9E0
7#E0E3E8
8#EBECF0
9#F5F6F7
Tones
Muted variations
1#9BA1B1
2#9CA1B0
3#9DA2AE
4#9EA3AD
5#A0A3AC
6#A1A4AB
7#A2A4A9
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C85 #7C859C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6069 #606980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D54 #4D5466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBECF0;
--silver-200: #D9DCE2;
--silver-300: #BCC1CD;
--silver-400: #99A0B2;
--silver-500: #7C859C;
--silver-600: #606980;
--silver-700: #4D5466;
--silver-800: #373C49;
--silver-900: #23262F;
--silver-950: #16181D;
}