Silver
#90A0BB
BlueColor Codes
All color formats for development
HEX
#90A0BBRGB
rgb(144, 160, 187)HSL
hsl(218, 24%, 65%)OKLCH
oklch(0.702 0.044 260.9)CMYK
cmyk(23%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C8EAF
2#677DA2
3#586D90
4#4C5D7B
5#3F4E67
6#323E52
7#262F3E
8#191F29
9#0D1015
Tints
Lighter variations
1#9BAAC2
2#A6B3C9
3#B2BDD0
4#BDC6D6
5#C8D0DD
6#D3D9E4
7#DEE3EB
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#92A1B9
2#95A1B7
3#97A2B5
4#99A2B3
5#9BA3B0
6#9DA3AE
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 | B6C1 #B6C1D2 | BordersInactive statesPlaceholder text |
| 400 | 90A0 #90A0BB | Disabled statesSecondary iconsMuted text |
| 500 | 7185 #7185A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5569 #55698B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4454 #44546F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | 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: #B6C1D2;
--silver-400: #90A0BB;
--silver-500: #7185A8;
--silver-600: #55698B;
--silver-700: #44546F;
--silver-800: #303C4F;
--silver-900: #1F2633;
--silver-950: #131820;
}