Silver
#ADC6DC
BlueColor Codes
All color formats for development
HEX
#ADC6DCRGB
rgb(173, 198, 220)HSL
hsl(208, 40%, 77%)OKLCH
oklch(0.815 0.041 244.9)CMYK
cmyk(21%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B3D0
2#76A0C4
3#5A8DB8
4#4779A5
5#3B6589
6#2F516E
7#233C52
8#182837
9#0C141B
Tints
Lighter variations
1#B5CCDF
2#BDD1E3
3#C6D7E6
4#CEDDEA
5#D6E2ED
6#DEE8F1
7#E6EEF4
8#EFF4F8
9#F7F9FB
Tones
Muted variations
1#AFC6D9
2#B2C6D7
3#B4C5D5
4#B6C5D2
5#B9C5D0
6#BBC5CE
7#BDC5CB
8#C0C5C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DC | BordersInactive statesPlaceholder text |
| 400 | 82A8 #82A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8F #5E8FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4373 #43739D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | 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: #F4F8FA;
--silver-100: #E6EEF4;
--silver-200: #D1DFEB;
--silver-300: #ADC6DC;
--silver-400: #82A8C9;
--silver-500: #5E8FBA;
--silver-600: #43739D;
--silver-700: #365C7D;
--silver-800: #264159;
--silver-900: #182A39;
--silver-950: #0F1A24;
}