Silver
#ADCBDC
BlueColor Codes
All color formats for development
HEX
#ADCBDCRGB
rgb(173, 203, 220)HSL
hsl(202, 40%, 77%)OKLCH
oklch(0.825 0.04 232.8)CMYK
cmyk(21%, 8%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B9D0
2#76A8C4
3#5A96B8
4#4782A5
5#3B6D89
6#2F576E
7#234152
8#182B37
9#0C161B
Tints
Lighter variations
1#B5D0DF
2#BDD5E3
3#C6DAE6
4#CEE0EA
5#D6E5ED
6#DEEAF1
7#E6EFF4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#AFCAD9
2#B2C9D7
3#B4C9D5
4#B6C8D2
5#B9C7D0
6#BBC7CE
7#BDC6CB
8#C0C6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDC | BordersInactive statesPlaceholder text |
| 400 | 82AF #82AFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E98 #5E98BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437C #437C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3663 #36637D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #264759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6EFF4;
--silver-200: #D1E1EB;
--silver-300: #ADCBDC;
--silver-400: #82AFC9;
--silver-500: #5E98BA;
--silver-600: #437C9D;
--silver-700: #36637D;
--silver-800: #264759;
--silver-900: #182D39;
--silver-950: #0F1C24;
}