Silver
#ADB9DB
BlueColor Codes
All color formats for development
HEX
#ADB9DBRGB
rgb(173, 185, 219)HSL
hsl(224, 39%, 77%)OKLCH
oklch(0.788 0.05 269.9)CMYK
cmyk(21%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A2CF
2#778BC3
3#5C74B7
4#4860A4
5#3C5088
6#30406D
7#243052
8#182037
9#0C101B
Tints
Lighter variations
1#B6C1DF
2#BEC8E2
3#C6CEE6
4#CED5EA
5#D6DCED
6#DEE3F1
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 | 8396 #8396C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F77 #5F77B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445C #445C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2734 #273459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | 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: #8396C9;
--silver-500: #5F77B9;
--silver-600: #445C9C;
--silver-700: #36497C;
--silver-800: #273459;
--silver-900: #192139;
--silver-950: #101523;
}