Silver
#A8B0E1
BlueColor Codes
All color formats for development
HEX
#A8B0E1RGB
rgb(168, 176, 225)HSL
hsl(232, 49%, 77%)OKLCH
oklch(0.768 0.071 277.4)CMYK
cmyk(25%, 22%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A95D7
2#6D7ACD
3#505FC3
4#3C4BB0
5#323F92
6#283275
7#1E2658
8#14193B
9#0A0D1D
Tints
Lighter variations
1#B0B7E4
2#B9BFE7
3#C2C7EA
4#CBCFED
5#D3D7F0
6#DCDFF3
7#E5E7F6
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#AAB1DE
2#ADB3DB
3#B0B6D8
4#B3B8D6
5#B6BAD3
6#B9BCD0
7#BCBECD
8#BFC0CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A86 #7A86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5463 #5463C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3948 #3948A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E39 #2E3985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3D | 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: #F4F5FB;
--silver-100: #E4E7F6;
--silver-200: #CED2EE;
--silver-300: #A8AFE1;
--silver-400: #7A86D1;
--silver-500: #5463C4;
--silver-600: #3948A7;
--silver-700: #2E3985;
--silver-800: #21295F;
--silver-900: #151A3D;
--silver-950: #0D1026;
}