Silver
#A8B2E1
BlueColor Codes
All color formats for development
HEX
#A8B2E1RGB
rgb(168, 178, 225)HSL
hsl(229, 49%, 77%)OKLCH
oklch(0.772 0.068 275.3)CMYK
cmyk(25%, 21%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A98D7
2#6D7FCD
3#5065C3
4#3C51B0
5#324492
6#283675
7#1E2958
8#141B3B
9#0A0E1D
Tints
Lighter variations
1#B0BAE4
2#B9C2E7
3#C2C9EA
4#CBD1ED
5#D3D9F0
6#DCE0F3
7#E5E8F6
8#EEF0F9
9#F6F7FC
Tones
Muted variations
1#AAB4DE
2#ADB6DB
3#B0B8D8
4#B3B9D6
5#B6BBD3
6#B9BDD0
7#BCBFCD
8#BFC1CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8A #7A8AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5469 #5469C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394D #394DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E4E8F6;
--silver-200: #CED4EE;
--silver-300: #A8B2E1;
--silver-400: #7A8AD1;
--silver-500: #5469C4;
--silver-600: #394DA7;
--silver-700: #2E3E85;
--silver-800: #212C5F;
--silver-900: #151C3D;
--silver-950: #0D1226;
}