Silver
#ADBBDB
BlueColor Codes
All color formats for development
HEX
#ADBBDBRGB
rgb(173, 187, 219)HSL
hsl(222, 39%, 77%)OKLCH
oklch(0.792 0.048 266.6)CMYK
cmyk(21%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A5CF
2#778EC3
3#5C77B7
4#4863A4
5#3C5388
6#30426D
7#243252
8#182137
9#0C111B
Tints
Lighter variations
1#B6C2DF
2#BEC9E2
3#C6D0E6
4#CED6EA
5#D6DDED
6#DEE4F1
7#E7EBF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B0BCD9
2#B2BDD7
3#B4BED4
4#B7BFD2
5#B9C0D0
6#BBC1CD
7#BDC2CB
8#C0C3C9
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 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | 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: #E6EAF4;
--silver-200: #D1D9EB;
--silver-300: #ADBBDB;
--silver-400: #8398C9;
--silver-500: #5F7AB9;
--silver-600: #445F9C;
--silver-700: #364B7C;
--silver-800: #273659;
--silver-900: #192239;
--silver-950: #101623;
}