Silver
#A8B3E1
BlueColor Codes
All color formats for development
HEX
#A8B3E1RGB
rgb(168, 179, 225)HSL
hsl(228, 49%, 77%)OKLCH
oklch(0.774 0.067 274.3)CMYK
cmyk(25%, 20%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A9AD7
2#6D80CD
3#5067C3
4#3C53B0
5#324592
6#283775
7#1E2A58
8#141C3B
9#0A0E1D
Tints
Lighter variations
1#B0BBE4
2#B9C2E7
3#C2CAEA
4#CBD1ED
5#D3D9F0
6#DCE1F3
7#E5E8F6
8#EEF0F9
9#F6F7FC
Tones
Muted variations
1#AAB5DE
2#ADB7DB
3#B0B8D8
4#B3BAD6
5#B6BCD3
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 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8C #7A8CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546B #546BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394F #394FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3F #2E3F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212D #212D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3D | 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: #A8B3E1;
--silver-400: #7A8CD1;
--silver-500: #546BC4;
--silver-600: #394FA7;
--silver-700: #2E3F85;
--silver-800: #212D5F;
--silver-900: #151D3D;
--silver-950: #0D1226;
}