Silver
#ADB8DB
BlueColor Codes
All color formats for development
HEX
#ADB8DBRGB
rgb(173, 184, 219)HSL
hsl(226, 39%, 77%)OKLCH
oklch(0.786 0.051 271.5)CMYK
cmyk(21%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92A0CF
2#7789C3
3#5C71B7
4#485DA4
5#3C4E88
6#303E6D
7#242F52
8#181F37
9#0C101B
Tints
Lighter variations
1#B6BFDF
2#BEC6E2
3#C6CDE6
4#CED4EA
5#D6DCED
6#DEE3F1
7#E7EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B0B9D9
2#B2BBD7
3#B4BCD4
4#B7BDD2
5#B9BED0
6#BBBFCD
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 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6E9F4;
--silver-200: #D1D7EB;
--silver-300: #ADB8DB;
--silver-400: #8393C9;
--silver-500: #5F74B9;
--silver-600: #44599C;
--silver-700: #36477C;
--silver-800: #273259;
--silver-900: #192039;
--silver-950: #101423;
}