Silver
#A8AEE1
BlueColor Codes
All color formats for development
HEX
#A8AEE1RGB
rgb(168, 174, 225)HSL
hsl(234, 49%, 77%)OKLCH
oklch(0.764 0.073 279.3)CMYK
cmyk(25%, 23%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A92D7
2#6D77CD
3#505BC3
4#3C48B0
5#323C92
6#283075
7#1E2458
8#14183B
9#0A0C1D
Tints
Lighter variations
1#B0B6E4
2#B9BEE7
3#C2C6EA
4#CBCEED
5#D3D6F0
6#DCDEF3
7#E5E7F6
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#AAB0DE
2#ADB2DB
3#B0B4D8
4#B3B7D6
5#B6B9D3
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 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AD #A8ADE1 | BordersInactive statesPlaceholder text |
| 400 | 7A83 #7A83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545F #545FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3944 #3944A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E36 #2E3685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E6F6;
--silver-200: #CED1EE;
--silver-300: #A8ADE1;
--silver-400: #7A83D1;
--silver-500: #545FC4;
--silver-600: #3944A7;
--silver-700: #2E3685;
--silver-800: #21275F;
--silver-900: #15193D;
--silver-950: #0D1026;
}