Silver
#ADC0DB
BlueColor Codes
All color formats for development
HEX
#ADC0DBRGB
rgb(173, 192, 219)HSL
hsl(215, 39%, 77%)OKLCH
oklch(0.802 0.044 257.1)CMYK
cmyk(21%, 12%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92ACCF
2#7797C3
3#5C82B7
4#486EA4
5#3C5C88
6#30496D
7#243752
8#182537
9#0C121B
Tints
Lighter variations
1#B6C7DF
2#BECDE2
3#C6D3E6
4#CEDAEA
5#D6E0ED
6#DEE6F1
7#E7ECF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C1D9
2#B2C1D7
3#B4C2D4
4#B7C2D2
5#B9C2D0
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 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | 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: #83A0C9;
--silver-500: #5F85B9;
--silver-600: #44699C;
--silver-700: #36537C;
--silver-800: #273C59;
--silver-900: #192639;
--silver-950: #101823;
}