Silver
#97B1B4
CyanColor Codes
All color formats for development
HEX
#97B1B4RGB
rgb(151, 177, 180)HSL
hsl(186, 16%, 65%)OKLCH
oklch(0.742 0.029 205.1)CMYK
cmyk(16%, 2%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84A3A6
2#719498
3#618387
4#547073
5#465D60
6#384B4D
7#2A383A
8#1C2526
9#0E1313
Tints
Lighter variations
1#A2B9BC
2#ACC1C3
3#B7C9CB
4#C1D0D2
5#CBD8DA
6#D6E0E1
7#E0E8E9
8#EAEFF0
9#F5F7F8
Tones
Muted variations
1#99B0B3
2#9AAFB1
3#9CAEB0
4#9DADAE
5#9FABAD
6#A0AAAB
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 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCC #BBCCCE | BordersInactive statesPlaceholder text |
| 400 | 97B1 #97B1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9B #7A9B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7F #5E7F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B65 #4B6568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #36484A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D9E2E3;
--silver-300: #BBCCCE;
--silver-400: #97B1B4;
--silver-500: #7A9B9F;
--silver-600: #5E7F82;
--silver-700: #4B6568;
--silver-800: #36484A;
--silver-900: #222E2F;
--silver-950: #151D1E;
}