Silver
#ADC8DC
BlueColor Codes
All color formats for development
HEX
#ADC8DCRGB
rgb(173, 200, 220)HSL
hsl(206, 40%, 77%)OKLCH
oklch(0.819 0.041 240.1)CMYK
cmyk(21%, 9%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B5D0
2#76A2C4
3#5A90B8
4#477CA5
5#3B6789
6#2F536E
7#233E52
8#182937
9#0C151B
Tints
Lighter variations
1#B5CDDF
2#BDD3E3
3#C6D8E6
4#CEDEEA
5#D6E3ED
6#DEE9F1
7#E6EEF4
8#EFF4F8
9#F7F9FB
Tones
Muted variations
1#AFC7D9
2#B2C7D7
3#B4C7D5
4#B6C6D2
5#B9C6D0
6#BBC6CE
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82AB #82ABC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E92 #5E92BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4376 #43769D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #264359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6EEF4;
--silver-200: #D1E0EB;
--silver-300: #ADC7DC;
--silver-400: #82ABC9;
--silver-500: #5E92BA;
--silver-600: #43769D;
--silver-700: #365E7D;
--silver-800: #264359;
--silver-900: #182B39;
--silver-950: #0F1B24;
}