Silver
#ADB3DC
BlueColor Codes
All color formats for development
HEX
#ADB3DCRGB
rgb(173, 179, 220)HSL
hsl(232, 40%, 77%)OKLCH
oklch(0.776 0.059 278.4)CMYK
cmyk(21%, 19%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919AD0
2#7680C4
3#5A67B8
4#4753A5
5#3B4589
6#2F386E
7#232A52
8#181C37
9#0C0E1B
Tints
Lighter variations
1#B5BBDF
2#BDC2E3
3#C6CAE6
4#CED1EA
5#D6D9ED
6#DEE1F1
7#E6E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#AFB5D9
2#B2B7D7
3#B4B8D5
4#B6BAD2
5#B9BCD0
6#BBBDCE
7#BDBFCB
8#C0C1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB3 #ADB3DC | BordersInactive statesPlaceholder text |
| 400 | 828C #828CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6B #5E6BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434F #434F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E8F4;
--silver-200: #D1D4EB;
--silver-300: #ADB3DC;
--silver-400: #828CC9;
--silver-500: #5E6BBA;
--silver-600: #434F9D;
--silver-700: #363F7D;
--silver-800: #262D59;
--silver-900: #181D39;
--silver-950: #0F1224;
}