Silver
#A8AAE1
BlueColor Codes
All color formats for development
HEX
#A8AAE1RGB
rgb(168, 170, 225)HSL
hsl(238, 49%, 77%)OKLCH
oklch(0.756 0.079 282.7)CMYK
cmyk(25%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8DD7
2#6D70CD
3#5054C3
4#3C40B0
5#323592
6#282B75
7#1E2058
8#14153B
9#0A0B1D
Tints
Lighter variations
1#B0B2E4
2#B9BBE7
3#C2C3EA
4#CBCCED
5#D3D4F0
6#DCDDF3
7#E5E5F6
8#EEEEF9
9#F6F6FC
Tones
Muted variations
1#AAACDE
2#ADAFDB
3#B0B2D8
4#B3B4D6
5#B6B7D3
6#B9BAD0
7#BCBCCD
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 | 7A7D #7A7DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5458 #5458C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393D #393DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163D | 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: #7A7DD1;
--silver-500: #5458C4;
--silver-600: #393DA7;
--silver-700: #2E3085;
--silver-800: #21235F;
--silver-900: #15163D;
--silver-950: #0D0E26;
}