Silver
#A8AFE1
BlueColor Codes
All color formats for development
HEX
#A8AFE1RGB
rgb(168, 175, 225)HSL
hsl(233, 49%, 77%)OKLCH
oklch(0.766 0.072 278.3)CMYK
cmyk(25%, 22%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A93D7
2#6D78CD
3#505DC3
4#3C4AB0
5#323D92
6#283175
7#1E2558
8#14193B
9#0A0C1D
Tints
Lighter variations
1#B0B6E4
2#B9BEE7
3#C2C7EA
4#CBCFED
5#D3D7F0
6#DCDFF3
7#E5E7F6
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#AAB1DE
2#ADB3DB
3#B0B5D8
4#B3B7D6
5#B6B9D3
6#B9BCD0
7#BCBECD
8#BFC0CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E6F6;
--silver-200: #CED1EE;
--silver-300: #A8AEE1;
--silver-400: #7A84D1;
--silver-500: #5461C4;
--silver-600: #3946A7;
--silver-700: #2E3885;
--silver-800: #21285F;
--silver-900: #15193D;
--silver-950: #0D1026;
}