Silver
#A8ADE1
BlueColor Codes
All color formats for development
HEX
#A8ADE1RGB
rgb(168, 173, 225)HSL
hsl(235, 49%, 77%)OKLCH
oklch(0.762 0.075 280.2)CMYK
cmyk(25%, 23%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A91D7
2#6D75CD
3#5059C3
4#3C46B0
5#323A92
6#282E75
7#1E2358
8#14173B
9#0A0C1D
Tints
Lighter variations
1#B0B5E4
2#B9BDE7
3#C2C5EA
4#CBCDED
5#D3D6F0
6#DCDEF3
7#E5E6F6
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#AAAFDE
2#ADB1DB
3#B0B4D8
4#B3B6D6
5#B6B8D3
6#B9BBD0
7#BCBDCD
8#BFC0CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7A81 #7A81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545D #545DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3942 #3942A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E35 #2E3585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E6F6;
--silver-200: #CED0EE;
--silver-300: #A8ACE1;
--silver-400: #7A81D1;
--silver-500: #545DC4;
--silver-600: #3942A7;
--silver-700: #2E3585;
--silver-800: #21265F;
--silver-900: #15183D;
--silver-950: #0D0F26;
}