Silver
#A9ACDF
BlueColor Codes
All color formats for development
HEX
#A9ACDFRGB
rgb(169, 172, 223)HSL
hsl(237, 46%, 77%)OKLCH
oklch(0.76 0.073 281.9)CMYK
cmyk(24%, 23%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D90D5
2#7075CA
3#5359C0
4#4045AC
5#353A8F
6#2A2E73
7#202356
8#151739
9#0B0C1D
Tints
Lighter variations
1#B2B4E2
2#BABDE6
3#C3C5E9
4#CCCDEC
5#D4D6EF
6#DDDEF2
7#E5E6F5
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#ACAEDD
2#AFB1DA
3#B1B3D7
4#B4B6D5
5#B7B8D2
6#BABBCF
7#BCBDCC
8#BFBFCA
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AC #A9ACDF | BordersInactive statesPlaceholder text |
| 400 | 7D81 #7D81CF | Disabled statesSecondary iconsMuted text |
| 500 | 575D #575DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D42 #3D42A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3034 #303482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2225 #22255D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E5E6F5;
--silver-200: #CFD0ED;
--silver-300: #A9ACDF;
--silver-400: #7D81CF;
--silver-500: #575DC1;
--silver-600: #3D42A4;
--silver-700: #303482;
--silver-800: #22255D;
--silver-900: #16183C;
--silver-950: #0E0F25;
}