Silver
#ADB0DB
BlueColor Codes
All color formats for development
HEX
#ADB0DBRGB
rgb(173, 176, 219)HSL
hsl(236, 39%, 77%)OKLCH
oklch(0.77 0.061 281.7)CMYK
cmyk(21%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9296CF
2#777CC3
3#5C62B7
4#484EA4
5#3C4188
6#30346D
7#242752
8#181A37
9#0C0D1B
Tints
Lighter variations
1#B6B8DF
2#BEC0E2
3#C6C8E6
4#CED0EA
5#D6D8ED
6#DEE0F1
7#E7E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#B0B3D9
2#B2B4D7
3#B4B6D4
4#B7B8D2
5#B9BAD0
6#BBBCCD
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 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8388 #8388C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F65 #5F65B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444A #444A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363B #363B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272A #272A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191B #191B39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E7F4;
--silver-200: #D1D3EB;
--silver-300: #ADB1DB;
--silver-400: #8388C9;
--silver-500: #5F65B9;
--silver-600: #444A9C;
--silver-700: #363B7C;
--silver-800: #272A59;
--silver-900: #191B39;
--silver-950: #101123;
}