Silver
#A8ABE1
BlueColor Codes
All color formats for development
HEX
#A8ABE1RGB
rgb(168, 171, 225)HSL
hsl(237, 49%, 77%)OKLCH
oklch(0.758 0.077 281.9)CMYK
cmyk(25%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8ED7
2#6D72CD
3#5056C3
4#3C42B0
5#323792
6#282C75
7#1E2158
8#14163B
9#0A0B1D
Tints
Lighter variations
1#B0B3E4
2#B9BBE7
3#C2C4EA
4#CBCCED
5#D3D5F0
6#DCDDF3
7#E5E6F6
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#AAADDE
2#ADB0DB
3#B0B2D8
4#B3B5D6
5#B6B7D3
6#B9BAD0
7#BCBDCD
8#BFBFCA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7E #7A7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 545A #545AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393F #393FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E32 #2E3285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E5F6;
--silver-200: #CECFEE;
--silver-300: #A8AAE1;
--silver-400: #7A7ED1;
--silver-500: #545AC4;
--silver-600: #393FA7;
--silver-700: #2E3285;
--silver-800: #21245F;
--silver-900: #15173D;
--silver-950: #0D0E26;
}