Silver
#ADC9DC
BlueColor Codes
All color formats for development
HEX
#ADC9DCRGB
rgb(173, 201, 220)HSL
hsl(204, 40%, 77%)OKLCH
oklch(0.821 0.04 237.7)CMYK
cmyk(21%, 9%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91B7D0
2#76A5C4
3#5A93B8
4#477FA5
5#3B6A89
6#2F556E
7#234052
8#182A37
9#0C151B
Tints
Lighter variations
1#B5CEDF
2#BDD4E3
3#C6D9E6
4#CEDFEA
5#D6E4ED
6#DEE9F1
7#E6EFF4
8#EFF4F8
9#F7FAFB
Tones
Muted variations
1#AFC9D9
2#B2C8D7
3#B4C8D5
4#B6C7D2
5#B9C7D0
6#BBC6CE
7#BDC6CB
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 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC9 #ADC9DC | BordersInactive statesPlaceholder text |
| 400 | 82AD #82ADC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E95 #5E95BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4379 #43799D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3660 #36607D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2645 #264559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6EFF4;
--silver-200: #D1E1EB;
--silver-300: #ADC9DC;
--silver-400: #82ADC9;
--silver-500: #5E95BA;
--silver-600: #43799D;
--silver-700: #36607D;
--silver-800: #264559;
--silver-900: #182C39;
--silver-950: #0F1C24;
}