Silver
#A8A8E1
BlueColor Codes
All color formats for development
HEX
#A8A8E1RGB
rgb(168, 168, 225)HSL
hsl(240, 49%, 77%)OKLCH
oklch(0.752 0.082 284.3)CMYK
cmyk(25%, 25%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8AD7
2#6D6DCD
3#5050C3
4#3C3CB0
5#323292
6#282875
7#1E1E58
8#14143B
9#0A0A1D
Tints
Lighter variations
1#B0B0E4
2#B9B9E7
3#C2C2EA
4#CBCBED
5#D3D3F0
6#DCDCF3
7#E5E5F6
8#EEEEF9
9#F6F6FC
Tones
Muted variations
1#AAAADE
2#ADADDB
3#B0B0D8
4#B3B3D6
5#B6B6D3
6#B9B9D0
7#BCBCCD
8#BFBFCA
9#C1C1C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E4F6;
--silver-200: #CECEEE;
--silver-300: #A8A8E1;
--silver-400: #7A7AD1;
--silver-500: #5454C4;
--silver-600: #3939A7;
--silver-700: #2E2E85;
--silver-800: #21215F;
--silver-900: #15153D;
--silver-950: #0D0D26;
}