Silver
#ADBCDB
BlueColor Codes
All color formats for development
HEX
#ADBCDBRGB
rgb(173, 188, 219)HSL
hsl(220, 39%, 77%)OKLCH
oklch(0.794 0.047 264.9)CMYK
cmyk(21%, 14%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A7CF
2#7790C3
3#5C7AB7
4#4866A4
5#3C5588
6#30446D
7#243352
8#182237
9#0C111B
Tints
Lighter variations
1#B6C3DF
2#BECAE2
3#C6D1E6
4#CED7EA
5#D6DEED
6#DEE4F1
7#E7EBF4
8#EFF2F8
9#F7F8FB
Tones
Muted variations
1#B0BDD9
2#B2BED7
3#B4BFD4
4#B7C0D2
5#B9C1D0
6#BBC1CD
7#BDC2CB
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839A #839AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7D #5F7DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4462 #44629C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364E #364E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EBF4;
--silver-200: #D1DAEB;
--silver-300: #ADBDDB;
--silver-400: #839AC9;
--silver-500: #5F7DB9;
--silver-600: #44629C;
--silver-700: #364E7C;
--silver-800: #273759;
--silver-900: #192339;
--silver-950: #101623;
}