Silver
#A8B5E1
BlueColor Codes
All color formats for development
HEX
#A8B5E1RGB
rgb(168, 181, 225)HSL
hsl(226, 49%, 77%)OKLCH
oklch(0.778 0.065 272)CMYK
cmyk(25%, 20%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A9CD7
2#6D83CD
3#506BC3
4#3C57B0
5#324992
6#283A75
7#1E2C58
8#141D3B
9#0A0F1D
Tints
Lighter variations
1#B0BCE4
2#B9C4E7
3#C2CBEA
4#CBD3ED
5#D3DAF0
6#DCE1F3
7#E5E9F6
8#EEF0F9
9#F6F8FC
Tones
Muted variations
1#AAB7DE
2#ADB8DB
3#B0BAD8
4#B3BBD6
5#B6BDD3
6#B9BED0
7#BCC0CD
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 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8E #7A8ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 546E #546EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3953 #3953A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E4E8F6;
--silver-200: #CED5EE;
--silver-300: #A8B5E1;
--silver-400: #7A8ED1;
--silver-500: #546EC4;
--silver-600: #3953A7;
--silver-700: #2E4285;
--silver-800: #212F5F;
--silver-900: #151E3D;
--silver-950: #0D1326;
}