Silver
#ADBADB
BlueColor Codes
All color formats for development
HEX
#ADBADBRGB
rgb(173, 186, 219)HSL
hsl(223, 39%, 77%)OKLCH
oklch(0.79 0.049 268.3)CMYK
cmyk(21%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A3CF
2#778DC3
3#5C76B7
4#4862A4
5#3C5288
6#30416D
7#243152
8#182137
9#0C101B
Tints
Lighter variations
1#B6C1DF
2#BEC8E2
3#C6CFE6
4#CED6EA
5#D6DDED
6#DEE4F1
7#E7EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B0BBD9
2#B2BCD7
3#B4BDD4
4#B7BED2
5#B9BFD0
6#BBC0CD
7#BDC1CB
8#C0C2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EAF4;
--silver-200: #D1D8EB;
--silver-300: #ADBADB;
--silver-400: #8397C9;
--silver-500: #5F79B9;
--silver-600: #445D9C;
--silver-700: #364A7C;
--silver-800: #273559;
--silver-900: #192239;
--silver-950: #101523;
}