Silver
#90A8BB
BlueColor Codes
All color formats for development
HEX
#90A8BBRGB
rgb(144, 168, 187)HSL
hsl(207, 24%, 65%)OKLCH
oklch(0.72 0.039 242)CMYK
cmyk(23%, 10%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C98AF
2#6788A2
3#587790
4#4C667B
5#3F5567
6#324452
7#26333E
8#192229
9#0D1115
Tints
Lighter variations
1#9BB1C2
2#A6B9C9
3#B2C2D0
4#BDCBD6
5#C8D3DD
6#D3DCE4
7#DEE5EB
8#E9EEF1
9#F4F6F8
Tones
Muted variations
1#92A8B9
2#95A7B7
3#97A7B5
4#99A7B3
5#9BA7B0
6#9DA7AE
7#9FA6AC
8#A1A6AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A8 #90A8BB | Disabled statesSecondary iconsMuted text |
| 500 | 718F #718FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5573 #55738B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D6DFE6;
--silver-300: #B6C6D2;
--silver-400: #90A8BB;
--silver-500: #718FA8;
--silver-600: #55738B;
--silver-700: #445B6F;
--silver-800: #30414F;
--silver-900: #1F2A33;
--silver-950: #131A20;
}