Silver
#90A5BB
BlueColor Codes
All color formats for development
HEX
#90A5BBRGB
rgb(144, 165, 187)HSL
hsl(211, 24%, 65%)OKLCH
oklch(0.713 0.04 249.6)CMYK
cmyk(23%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C94AF
2#6784A2
3#587390
4#4C637B
5#3F5267
6#324252
7#26313E
8#192129
9#0D1015
Tints
Lighter variations
1#9BAEC2
2#A6B7C9
3#B2C0D0
4#BDC9D6
5#C8D2DD
6#D3DBE4
7#DEE4EB
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#92A5B9
2#95A5B7
3#97A5B5
4#99A5B3
5#9BA5B0
6#9DA5AE
7#9FA6AC
8#A1A6AA
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 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C4 #B6C4D2 | BordersInactive statesPlaceholder text |
| 400 | 90A5 #90A5BB | Disabled statesSecondary iconsMuted text |
| 500 | 718B #718BA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556F #556F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4459 #44596F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F4F | 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: #D6DEE6;
--silver-300: #B6C4D2;
--silver-400: #90A5BB;
--silver-500: #718BA8;
--silver-600: #556F8B;
--silver-700: #44596F;
--silver-800: #303F4F;
--silver-900: #1F2833;
--silver-950: #131920;
}