Silver
#A8ACE1
BlueColor Codes
All color formats for development
HEX
#A8ACE1RGB
rgb(168, 172, 225)HSL
hsl(236, 49%, 77%)OKLCH
oklch(0.76 0.076 281.1)CMYK
cmyk(25%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8FD7
2#6D73CD
3#5058C3
4#3C44B0
5#323892
6#282D75
7#1E2258
8#14173B
9#0A0B1D
Tints
Lighter variations
1#B0B4E4
2#B9BCE7
3#C2C5EA
4#CBCDED
5#D3D5F0
6#DCDEF3
7#E5E6F6
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#AAAEDE
2#ADB0DB
3#B0B3D8
4#B3B5D6
5#B6B8D3
6#B9BAD0
7#BCBDCD
8#BFBFCA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7A80 #7A80D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545C #545CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3941 #3941A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E4E6F6;
--silver-200: #CED0EE;
--silver-300: #A8ABE1;
--silver-400: #7A80D1;
--silver-500: #545CC4;
--silver-600: #3941A7;
--silver-700: #2E3385;
--silver-800: #21255F;
--silver-900: #15173D;
--silver-950: #0D0F26;
}