Silver
#ADC5DB
BlueColor Codes
All color formats for development
HEX
#ADC5DBRGB
rgb(173, 197, 219)HSL
hsl(209, 39%, 77%)OKLCH
oklch(0.813 0.041 246)CMYK
cmyk(21%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92B2CF
2#779EC3
3#5C8BB7
4#4877A4
5#3C6388
6#30506D
7#243C52
8#182837
9#0C141B
Tints
Lighter variations
1#B6CBDF
2#BED1E2
3#C6D6E6
4#CEDCEA
5#D6E2ED
6#DEE8F1
7#E7EEF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C5D9
2#B2C5D7
3#B4C5D4
4#B7C5D2
5#B9C5D0
6#BBC5CD
7#BDC5CB
8#C0C5C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DB | BordersInactive statesPlaceholder text |
| 400 | 83A7 #83A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8E #5F8EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4472 #44729C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6EDF4;
--silver-200: #D1DEEB;
--silver-300: #ADC5DB;
--silver-400: #83A7C9;
--silver-500: #5F8EB9;
--silver-600: #44729C;
--silver-700: #365A7C;
--silver-800: #274159;
--silver-900: #192939;
--silver-950: #101A23;
}