Silver
#ADBEDC
BlueColor Codes
All color formats for development
HEX
#ADBEDCRGB
rgb(173, 190, 220)HSL
hsl(218, 40%, 77%)OKLCH
oklch(0.798 0.047 261.8)CMYK
cmyk(21%, 14%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A8D0
2#7693C4
3#5A7DB8
4#4769A5
5#3B5889
6#2F466E
7#233552
8#182337
9#0C121B
Tints
Lighter variations
1#B5C5DF
2#BDCBE3
3#C6D2E6
4#CED8EA
5#D6DFED
6#DEE5F1
7#E6ECF4
8#EFF2F8
9#F7F9FB
Tones
Muted variations
1#AFBFD9
2#B2BFD7
3#B4C0D5
4#B6C1D2
5#B9C1D0
6#BBC2CE
7#BDC2CB
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDC | BordersInactive statesPlaceholder text |
| 400 | 829C #829CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E80 #5E80BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4364 #43649D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #263959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #182439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6EBF4;
--silver-200: #D1DAEB;
--silver-300: #ADBEDC;
--silver-400: #829CC9;
--silver-500: #5E80BA;
--silver-600: #43649D;
--silver-700: #36507D;
--silver-800: #263959;
--silver-900: #182439;
--silver-950: #0F1724;
}