Silver
#ADCBDB
BlueColor Codes
All color formats for development
HEX
#ADCBDBRGB
rgb(173, 203, 219)HSL
hsl(201, 39%, 77%)OKLCH
oklch(0.825 0.039 231.2)CMYK
cmyk(21%, 7%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92BACF
2#77A9C3
3#5C97B7
4#4884A4
5#3C6E88
6#30586D
7#244252
8#182C37
9#0C161B
Tints
Lighter variations
1#B6D0DF
2#BED6E2
3#C6DBE6
4#CEE0EA
5#D6E5ED
6#DEEAF1
7#E7EFF4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#B0CBD9
2#B2CAD7
3#B4C9D4
4#B7C8D2
5#B9C8D0
6#BBC7CD
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 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDB | BordersInactive statesPlaceholder text |
| 400 | 83B0 #83B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9A #5F9AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447D #447D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2747 #274759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192E #192E39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6EFF4;
--silver-200: #D1E2EB;
--silver-300: #ADCBDB;
--silver-400: #83B0C9;
--silver-500: #5F9AB9;
--silver-600: #447D9C;
--silver-700: #36647C;
--silver-800: #274759;
--silver-900: #192E39;
--silver-950: #101C23;
}