Silver
#A6A6E3
BlueColor Codes
All color formats for development
HEX
#A6A6E3RGB
rgb(166, 166, 227)HSL
hsl(240, 52%, 77%)OKLCH
oklch(0.747 0.087 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#8888D9
2#6A6AD0
3#4C4CC7
4#3939B3
5#2F2F95
6#262677
7#1C1C5A
8#13133C
9#09091E
Tints
Lighter variations
1#AFAFE6
2#B8B8E8
3#C1C1EB
4#CACAEE
5#D2D2F1
6#DBDBF4
7#E4E4F7
8#EDEDF9
9#F6F6FC
Tones
Muted variations
1#A9A9E0
2#ACACDD
3#AFAFDA
4#B2B2D7
5#B5B5D4
6#B8B8D1
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 #A6A6E3 | BordersInactive statesPlaceholder text |
| 400 | 7777 #7777D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5151 #5151C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3636 #3636AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2B #2B2B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F61 | 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: #A6A6E3;
--silver-400: #7777D4;
--silver-500: #5151C8;
--silver-600: #3636AB;
--silver-700: #2B2B88;
--silver-800: #1F1F61;
--silver-900: #14143E;
--silver-950: #0C0C27;
}