Silver
#ADC5DC
BlueColor Codes
All color formats for development
HEX
#ADC5DCRGB
rgb(173, 197, 220)HSL
hsl(209, 40%, 77%)OKLCH
oklch(0.813 0.042 247.2)CMYK
cmyk(21%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B2D0
2#769EC4
3#5A8BB8
4#4777A5
5#3B6389
6#2F506E
7#233C52
8#182837
9#0C141B
Tints
Lighter variations
1#B5CBDF
2#BDD1E3
3#C6D6E6
4#CEDCEA
5#D6E2ED
6#DEE8F1
7#E6EEF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#AFC5D9
2#B2C5D7
3#B4C5D5
4#B6C5D2
5#B9C5D0
6#BBC5CE
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 #ADC5DC | BordersInactive statesPlaceholder text |
| 400 | 82A7 #82A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8E #5E8EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4372 #43729D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #182939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | 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: #ADC5DC;
--silver-400: #82A7C9;
--silver-500: #5E8EBA;
--silver-600: #43729D;
--silver-700: #365A7D;
--silver-800: #264159;
--silver-900: #182939;
--silver-950: #0F1A24;
}