Silver
#97ACB5
BlueColor Codes
All color formats for development
HEX
#97ACB5RGB
rgb(151, 172, 181)HSL
hsl(198, 17%, 65%)OKLCH
oklch(0.731 0.027 225.5)CMYK
cmyk(17%, 5%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#839CA7
2#708D99
3#607C88
4#536A74
5#455961
6#37474E
7#29353A
8#1C2327
9#0E1213
Tints
Lighter variations
1#A1B4BC
2#ABBCC4
3#B6C5CB
4#C0CDD3
5#CBD5DA
6#D5DEE1
7#E0E6E9
8#EAEEF0
9#F5F7F8
Tones
Muted variations
1#98ABB3
2#9AABB2
3#9BAAB0
4#9DA9AF
5#9EA9AD
6#A0A8AC
7#A1A8AA
8#A3A7A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AC #97ACB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7994 #7994A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D78 #5D7883 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5F #4A5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3544 #35444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8E0E3;
--silver-300: #BAC8CE;
--silver-400: #97ACB5;
--silver-500: #7994A0;
--silver-600: #5D7883;
--silver-700: #4A5F68;
--silver-800: #35444B;
--silver-900: #222C30;
--silver-950: #151B1E;
}