Silver
#93AAB8
BlueColor Codes
All color formats for development
HEX
#93AAB8RGB
rgb(147, 170, 184)HSL
hsl(203, 21%, 65%)OKLCH
oklch(0.725 0.033 234.6)CMYK
cmyk(20%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F9AAB
2#6B8B9E
3#5C7A8C
4#4F6878
5#415764
6#344650
7#27343C
8#1A2328
9#0D1114
Tints
Lighter variations
1#9EB3C0
2#A9BBC7
3#B3C4CE
4#BECCD5
5#C9D5DC
6#D4DDE3
7#DFE6EA
8#E9EEF1
9#F4F7F8
Tones
Muted variations
1#95AAB7
2#97A9B5
3#99A9B3
4#9BA8B1
5#9CA8AF
6#9EA7AD
7#A0A7AB
8#A2A7A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C7 #B8C7D1 | BordersInactive statesPlaceholder text |
| 400 | 93AA #93AAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7492 #7492A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5976 #597688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475E #475E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B8C7D1;
--silver-400: #93AAB8;
--silver-500: #7492A4;
--silver-600: #597688;
--silver-700: #475E6C;
--silver-800: #32434D;
--silver-900: #202B31;
--silver-950: #141B1F;
}