Silver
#97B0B4
CyanColor Codes
All color formats for development
HEX
#97B0B4RGB
rgb(151, 176, 180)HSL
hsl(188, 16%, 65%)OKLCH
oklch(0.739 0.028 208.3)CMYK
cmyk(16%, 2%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84A2A6
2#719398
3#618287
4#546F73
5#465D60
6#384A4D
7#2A383A
8#1C2526
9#0E1313
Tints
Lighter variations
1#A2B8BC
2#ACC0C3
3#B7C8CB
4#C1D0D2
5#CBD8DA
6#D6DFE1
7#E0E7E9
8#EAEFF0
9#F5F7F8
Tones
Muted variations
1#99AFB3
2#9AAEB1
3#9CADB0
4#9DACAE
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 | BBCB #BBCBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9A #7A9A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7D #5E7D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B64 #4B6468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #36474A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | 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: #D9E2E3;
--silver-300: #BBCBCE;
--silver-400: #97B0B4;
--silver-500: #7A9A9F;
--silver-600: #5E7D82;
--silver-700: #4B6468;
--silver-800: #36474A;
--silver-900: #222E2F;
--silver-950: #151C1E;
}