Silver
#90A1BB
BlueColor Codes
All color formats for development
HEX
#90A1BBRGB
rgb(144, 161, 187)HSL
hsl(216, 24%, 65%)OKLCH
oklch(0.705 0.043 258.8)CMYK
cmyk(23%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C90AF
2#677FA2
3#586E90
4#4C5F7B
5#3F4F67
6#323F52
7#262F3E
8#192029
9#0D1015
Tints
Lighter variations
1#9BABC2
2#A6B4C9
3#B2BED0
4#BDC7D6
5#C8D0DD
6#D3DAE4
7#DEE3EB
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#92A2B9
2#95A2B7
3#97A3B5
4#99A3B3
5#9BA4B0
6#9DA4AE
7#9FA4AC
8#A1A5AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A1 #90A1BB | Disabled statesSecondary iconsMuted text |
| 500 | 7187 #7187A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556B #556B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4455 #44556F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D6DCE6;
--silver-300: #B6C2D2;
--silver-400: #90A1BB;
--silver-500: #7187A8;
--silver-600: #556B8B;
--silver-700: #44556F;
--silver-800: #303D4F;
--silver-900: #1F2733;
--silver-950: #131820;
}