Silver
#90A4BB
BlueColor Codes
All color formats for development
HEX
#90A4BBRGB
rgb(144, 164, 187)HSL
hsl(212, 24%, 65%)OKLCH
oklch(0.711 0.041 252)CMYK
cmyk(23%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C93AF
2#6783A2
3#587290
4#4C627B
5#3F5267
6#324152
7#26313E
8#192129
9#0D1015
Tints
Lighter variations
1#9BADC2
2#A6B6C9
3#B2C0D0
4#BDC9D6
5#C8D2DD
6#D3DBE4
7#DEE4EB
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#92A4B9
2#95A5B7
3#97A5B5
4#99A5B3
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 | 718A #718AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556E #556E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4458 #44586F | 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: #D6DDE6;
--silver-300: #B6C3D2;
--silver-400: #90A4BB;
--silver-500: #718AA8;
--silver-600: #556E8B;
--silver-700: #44586F;
--silver-800: #303F4F;
--silver-900: #1F2833;
--silver-950: #131920;
}