Silver
#A7A7E2
BlueColor Codes
All color formats for development
HEX
#A7A7E2RGB
rgb(167, 167, 226)HSL
hsl(240, 50%, 77%)OKLCH
oklch(0.75 0.084 284.2)CMYK
cmyk(26%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8AD8
2#6C6CCE
3#4F4FC4
4#3B3BB1
5#313193
6#272776
7#1D1D58
8#14143B
9#0A0A1D
Tints
Lighter variations
1#B0B0E5
2#B9B9E8
3#C1C1EA
4#CACAED
5#D3D3F0
6#DCDCF3
7#E5E5F6
8#EDEDF9
9#F6F6FC
Tones
Muted variations
1#AAAADF
2#ADADDC
3#B0B0D9
4#B3B3D6
5#B6B6D3
6#B9B9D0
7#BCBCCD
8#BEBECA
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 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | 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: #CDCDEE;
--silver-300: #A7A7E2;
--silver-400: #7979D2;
--silver-500: #5353C6;
--silver-600: #3838A8;
--silver-700: #2D2D86;
--silver-800: #202060;
--silver-900: #14143D;
--silver-950: #0D0D26;
}