Silver
#ADB2DC
BlueColor Codes
All color formats for development
HEX
#ADB2DCRGB
rgb(173, 178, 220)HSL
hsl(234, 40%, 77%)OKLCH
oklch(0.774 0.06 279.6)CMYK
cmyk(21%, 19%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9198D0
2#767EC4
3#5A64B8
4#4750A5
5#3B4389
6#2F356E
7#232852
8#181B37
9#0C0D1B
Tints
Lighter variations
1#B5B9DF
2#BDC1E3
3#C6C9E6
4#CED1EA
5#D6D8ED
6#DEE0F1
7#E6E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#AFB3D9
2#B2B5D7
3#B4B7D5
4#B6B9D2
5#B9BBD0
6#BBBDCE
7#BDBFCB
8#C0C1C9
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 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 8289 #8289C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E68 #5E68BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434C #434C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | 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: #ADB2DC;
--silver-400: #8289C9;
--silver-500: #5E68BA;
--silver-600: #434C9D;
--silver-700: #363D7D;
--silver-800: #262B59;
--silver-900: #181C39;
--silver-950: #0F1124;
}