Silver
#ADC1DB
BlueColor Codes
All color formats for development
HEX
#ADC1DBRGB
rgb(173, 193, 219)HSL
hsl(214, 39%, 77%)OKLCH
oklch(0.804 0.043 255)CMYK
cmyk(21%, 12%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92ADCF
2#7798C3
3#5C83B7
4#4870A4
5#3C5D88
6#304A6D
7#243852
8#182537
9#0C131B
Tints
Lighter variations
1#B6C7DF
2#BECEE2
3#C6D4E6
4#CEDAEA
5#D6E0ED
6#DEE6F1
7#E7ECF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C2D9
2#B2C2D7
3#B4C2D4
4#B7C3D2
5#B9C3D0
6#BBC3CD
7#BDC3CB
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 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6ECF4;
--silver-200: #D1DCEB;
--silver-300: #ADC1DB;
--silver-400: #83A1C9;
--silver-500: #5F86B9;
--silver-600: #446A9C;
--silver-700: #36557C;
--silver-800: #273C59;
--silver-900: #192739;
--silver-950: #101823;
}