Silver
#A8B4E1
BlueColor Codes
All color formats for development
HEX
#A8B4E1RGB
rgb(168, 180, 225)HSL
hsl(227, 49%, 77%)OKLCH
oklch(0.776 0.066 273.1)CMYK
cmyk(25%, 20%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A9BD7
2#6D82CD
3#5069C3
4#3C55B0
5#324792
6#283975
7#1E2B58
8#141C3B
9#0A0E1D
Tints
Lighter variations
1#B0BCE4
2#B9C3E7
3#C2CBEA
4#CBD2ED
5#D3DAF0
6#DCE1F3
7#E5E9F6
8#EEF0F9
9#F6F8FC
Tones
Muted variations
1#AAB6DE
2#ADB7DB
3#B0B9D8
4#B3BBD6
5#B6BCD3
6#B9BED0
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 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8D #7A8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546C #546CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3951 #3951A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5F | 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: #CED5EE;
--silver-300: #A8B4E1;
--silver-400: #7A8DD1;
--silver-500: #546CC4;
--silver-600: #3951A7;
--silver-700: #2E4085;
--silver-800: #212E5F;
--silver-900: #151D3D;
--silver-950: #0D1226;
}