Silver
#ADB1DC
BlueColor Codes
All color formats for development
HEX
#ADB1DCRGB
rgb(173, 177, 220)HSL
hsl(235, 40%, 77%)OKLCH
oklch(0.772 0.061 280.7)CMYK
cmyk(21%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9197D0
2#767CC4
3#5A62B8
4#474FA5
5#3B4189
6#2F346E
7#232752
8#181A37
9#0C0D1B
Tints
Lighter variations
1#B5B9DF
2#BDC0E3
3#C6C8E6
4#CED0EA
5#D6D8ED
6#DEE0F1
7#E6E8F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#AFB3D9
2#B2B5D7
3#B4B7D5
4#B6B9D2
5#B9BBD0
6#BBBDCE
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 #ADB1DC | BordersInactive statesPlaceholder text |
| 400 | 8288 #8288C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E66 #5E66BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434B #434B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | 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: #D1D3EB;
--silver-300: #ADB1DC;
--silver-400: #8288C9;
--silver-500: #5E66BA;
--silver-600: #434B9D;
--silver-700: #363C7D;
--silver-800: #262B59;
--silver-900: #181B39;
--silver-950: #0F1124;
}