Silver
#90A2BB
BlueColor Codes
All color formats for development
HEX
#90A2BBRGB
rgb(144, 162, 187)HSL
hsl(215, 24%, 65%)OKLCH
oklch(0.707 0.042 256.6)CMYK
cmyk(23%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C91AF
2#6780A2
3#586F90
4#4C5F7B
5#3F5067
6#324052
7#26303E
8#192029
9#0D1015
Tints
Lighter variations
1#9BABC2
2#A6B5C9
3#B2BED0
4#BDC7D6
5#C8D1DD
6#D3DAE4
7#DEE3EB
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#92A3B9
2#95A3B7
3#97A3B5
4#99A4B3
5#9BA4B0
6#9DA4AE
7#9FA5AC
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 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A2 #90A2BB | Disabled statesSecondary iconsMuted text |
| 500 | 7188 #7188A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556C #556C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4456 #44566F | 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: #D6DDE6;
--silver-300: #B6C2D2;
--silver-400: #90A2BB;
--silver-500: #7188A8;
--silver-600: #556C8B;
--silver-700: #44566F;
--silver-800: #303D4F;
--silver-900: #1F2733;
--silver-950: #131820;
}