Silver
#A8B1E1
BlueColor Codes
All color formats for development
HEX
#A8B1E1RGB
rgb(168, 177, 225)HSL
hsl(231, 49%, 77%)OKLCH
oklch(0.77 0.069 276.4)CMYK
cmyk(25%, 21%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A96D7
2#6D7BCD
3#5061C3
4#3C4DB0
5#324192
6#283475
7#1E2758
8#141A3B
9#0A0D1D
Tints
Lighter variations
1#B0B8E4
2#B9C0E7
3#C2C8EA
4#CBD0ED
5#D3D8F0
6#DCDFF3
7#E5E7F6
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#AAB2DE
2#ADB4DB
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 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A87 #7A87D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5465 #5465C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394A #394AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #A8B0E1;
--silver-400: #7A87D1;
--silver-500: #5465C4;
--silver-600: #394AA7;
--silver-700: #2E3B85;
--silver-800: #212A5F;
--silver-900: #151B3D;
--silver-950: #0D1126;
}