Silver
#ADC4DC
BlueColor Codes
All color formats for development
HEX
#ADC4DCRGB
rgb(173, 196, 220)HSL
hsl(211, 40%, 77%)OKLCH
oklch(0.811 0.042 249.5)CMYK
cmyk(21%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B0D0
2#769CC4
3#5A88B8
4#4774A5
5#3B6189
6#2F4D6E
7#233A52
8#182737
9#0C131B
Tints
Lighter variations
1#B5CADF
2#BDCFE3
3#C6D5E6
4#CEDBEA
5#D6E1ED
6#DEE7F1
7#E6EDF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#AFC4D9
2#B2C4D7
3#B4C4D5
4#B6C4D2
5#B9C4D0
6#BBC4CE
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 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A5 #82A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8B #5E8BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436F #436F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #182839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | 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: #ADC4DC;
--silver-400: #82A5C9;
--silver-500: #5E8BBA;
--silver-600: #436F9D;
--silver-700: #36587D;
--silver-800: #263F59;
--silver-900: #182839;
--silver-950: #0F1924;
}