Silver
#ADBEDB
BlueColor Codes
All color formats for development
HEX
#ADBEDBRGB
rgb(173, 190, 219)HSL
hsl(218, 39%, 77%)OKLCH
oklch(0.798 0.045 261.1)CMYK
cmyk(21%, 13%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A9CF
2#7793C3
3#5C7DB7
4#486AA4
5#3C5888
6#30466D
7#243552
8#182337
9#0C121B
Tints
Lighter variations
1#B6C5DF
2#BECBE2
3#C6D2E6
4#CED8EA
5#D6DFED
6#DEE5F1
7#E7ECF4
8#EFF2F8
9#F7F9FB
Tones
Muted variations
1#B0BFD9
2#B2BFD7
3#B4C0D4
4#B7C1D2
5#B9C1D0
6#BBC2CD
7#BDC3CB
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 #ADBEDB | BordersInactive statesPlaceholder text |
| 400 | 839C #839CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F80 #5F80B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4465 #44659C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2739 #273959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | 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: #ADBEDB;
--silver-400: #839CC9;
--silver-500: #5F80B9;
--silver-600: #44659C;
--silver-700: #36507C;
--silver-800: #273959;
--silver-900: #192539;
--silver-950: #101723;
}