Silver
#97B0B5
CyanColor Codes
All color formats for development
HEX
#97B0B5RGB
rgb(151, 176, 181)HSL
hsl(190, 17%, 65%)OKLCH
oklch(0.74 0.029 211.1)CMYK
cmyk(17%, 3%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A1A7
2#709299
3#608188
4#536F74
5#455C61
6#374A4E
7#29373A
8#1C2527
9#0E1213
Tints
Lighter variations
1#A1B8BC
2#ABC0C4
3#B6C8CB
4#C0D0D3
5#CBD7DA
6#D5DFE1
7#E0E7E9
8#EAEFF0
9#F5F7F8
Tones
Muted variations
1#98AFB3
2#9AAEB2
3#9BADB0
4#9DACAF
5#9EABAD
6#A0AAAC
7#A1A9AA
8#A3A8A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7999 #7999A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7D #5D7D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A63 #4A6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D8E2E3;
--silver-300: #BACBCE;
--silver-400: #97B0B5;
--silver-500: #7999A0;
--silver-600: #5D7D83;
--silver-700: #4A6368;
--silver-800: #35474B;
--silver-900: #222D30;
--silver-950: #151C1E;
}