Silver
#ADC3DB
BlueColor Codes
All color formats for development
HEX
#ADC3DBRGB
rgb(173, 195, 219)HSL
hsl(211, 39%, 77%)OKLCH
oklch(0.808 0.042 250.6)CMYK
cmyk(21%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92B0CF
2#779CC3
3#5C88B7
4#4874A4
5#3C6188
6#304E6D
7#243A52
8#182737
9#0C131B
Tints
Lighter variations
1#B6CADF
2#BECFE2
3#C6D5E6
4#CEDBEA
5#D6E1ED
6#DEE7F1
7#E7EDF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C4D9
2#B2C4D7
3#B4C4D4
4#B7C4D2
5#B9C4D0
6#BBC4CD
7#BDC4CB
8#C0C4C9
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 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A5 #83A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8B #5F8BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446F #446F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273F #273F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6EDF4;
--silver-200: #D1DDEB;
--silver-300: #ADC4DB;
--silver-400: #83A5C9;
--silver-500: #5F8BB9;
--silver-600: #446F9C;
--silver-700: #36587C;
--silver-800: #273F59;
--silver-900: #192839;
--silver-950: #101923;
}