Silver
#A6A6E2
BlueColor Codes
All color formats for development
HEX
#A6A6E2RGB
rgb(166, 166, 226)HSL
hsl(240, 51%, 77%)OKLCH
oklch(0.747 0.086 284.1)CMYK
cmyk(27%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8989D9
2#6B6BCF
3#4D4DC5
4#3A3AB2
5#303094
6#262677
7#1D1D59
8#13133B
9#0A0A1E
Tints
Lighter variations
1#AFAFE5
2#B8B8E8
3#C1C1EB
4#CACAEE
5#D3D3F1
6#DCDCF4
7#E4E4F6
8#EDEDF9
9#F6F6FC
Tones
Muted variations
1#A9A9DF
2#ACACDC
3#AFAFD9
4#B2B2D6
5#B5B5D3
6#B8B8D0
7#BBBBCD
8#BEBECA
9#C1C1C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E2 | BordersInactive statesPlaceholder text |
| 400 | 7878 #7878D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5252 #5252C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3737 #3737A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C2C #2C2C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3F3FB;
--silver-100: #E4E4F6;
--silver-200: #CDCDEF;
--silver-300: #A6A6E2;
--silver-400: #7878D3;
--silver-500: #5252C7;
--silver-600: #3737A9;
--silver-700: #2C2C87;
--silver-800: #1F1F60;
--silver-900: #14143E;
--silver-950: #0C0C27;
}