Silver
#ADB0DC
BlueColor Codes
All color formats for development
HEX
#ADB0DCRGB
rgb(173, 176, 220)HSL
hsl(236, 40%, 77%)OKLCH
oklch(0.77 0.063 281.8)CMYK
cmyk(21%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9196D0
2#767BC4
3#5A61B8
4#474DA5
5#3B4089
6#2F336E
7#232652
8#181A37
9#0C0D1B
Tints
Lighter variations
1#B5B8DF
2#BDC0E3
3#C6C8E6
4#CED0EA
5#D6D8ED
6#DEDFF1
7#E6E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#AFB2D9
2#B2B4D7
3#B4B6D5
4#B6B8D2
5#B9BAD0
6#BBBCCE
7#BDBECB
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DC | BordersInactive statesPlaceholder text |
| 400 | 8287 #8287C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E64 #5E64BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4349 #43499D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E7F4;
--silver-200: #D1D2EB;
--silver-300: #ADB0DC;
--silver-400: #8287C9;
--silver-500: #5E64BA;
--silver-600: #43499D;
--silver-700: #363A7D;
--silver-800: #262A59;
--silver-900: #181B39;
--silver-950: #0F1124;
}