Silver
#A9A9DF
BlueColor Codes
All color formats for development
HEX
#A9A9DFRGB
rgb(169, 169, 223)HSL
hsl(240, 46%, 77%)OKLCH
oklch(0.754 0.077 284.4)CMYK
cmyk(24%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8DD5
2#7070CA
3#5353C0
4#4040AC
5#35358F
6#2A2A73
7#202056
8#151539
9#0B0B1D
Tints
Lighter variations
1#B2B2E2
2#BABAE6
3#C3C3E9
4#CCCCEC
5#D4D4EF
6#DDDDF2
7#E5E5F5
8#EEEEF9
9#F6F6FC
Tones
Muted variations
1#ACACDD
2#AFAFDA
3#B1B1D7
4#B4B4D5
5#B7B7D2
6#BABACF
7#BCBCCC
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 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E5E5F5;
--silver-200: #CFCFED;
--silver-300: #A9A9DF;
--silver-400: #7D7DCF;
--silver-500: #5757C1;
--silver-600: #3D3DA4;
--silver-700: #303082;
--silver-800: #22225D;
--silver-900: #16163C;
--silver-950: #0E0E25;
}