Silver
#90A3BB
BlueColor Codes
All color formats for development
HEX
#90A3BBRGB
rgb(144, 163, 187)HSL
hsl(213, 24%, 65%)OKLCH
oklch(0.709 0.041 254.4)CMYK
cmyk(23%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C93AF
2#6782A2
3#587190
4#4C617B
5#3F5167
6#324152
7#26313E
8#192029
9#0D1015
Tints
Lighter variations
1#9BADC2
2#A6B6C9
3#B2BFD0
4#BDC8D6
5#C8D1DD
6#D3DAE4
7#DEE4EB
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#92A4B9
2#95A4B7
3#97A4B5
4#99A4B3
5#9BA5B0
6#9DA5AE
7#9FA5AC
8#A1A5AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D2 | BordersInactive statesPlaceholder text |
| 400 | 90A4 #90A4BB | Disabled statesSecondary iconsMuted text |
| 500 | 7189 #7189A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556E #556E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4457 #44576F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303E #303E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EDF1;
--silver-200: #D6DDE6;
--silver-300: #B6C3D2;
--silver-400: #90A4BB;
--silver-500: #7189A8;
--silver-600: #556E8B;
--silver-700: #44576F;
--silver-800: #303E4F;
--silver-900: #1F2833;
--silver-950: #131920;
}