Silver
#A9B3DF
BlueColor Codes
All color formats for development
HEX
#A9B3DFRGB
rgb(169, 179, 223)HSL
hsl(229, 46%, 77%)OKLCH
oklch(0.774 0.064 274.8)CMYK
cmyk(24%, 20%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D9AD5
2#7081CA
3#5367C0
4#4053AC
5#35468F
6#2A3873
7#202A56
8#151C39
9#0B0E1D
Tints
Lighter variations
1#B2BBE2
2#BAC2E6
3#C3CAE9
4#CCD2EC
5#D4D9EF
6#DDE1F2
7#E5E8F5
8#EEF0F9
9#F6F7FC
Tones
Muted variations
1#ACB5DD
2#AFB7DA
3#B1B8D7
4#B4BAD5
5#B7BCD2
6#BABECF
7#BCBFCC
8#BFC1CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B3 #A9B3DF | BordersInactive statesPlaceholder text |
| 400 | 7D8C #7D8CCF | Disabled statesSecondary iconsMuted text |
| 500 | 576B #576BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D50 #3D50A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303F #303F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222D #222D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E8F5;
--silver-200: #CFD4ED;
--silver-300: #A9B3DF;
--silver-400: #7D8CCF;
--silver-500: #576BC1;
--silver-600: #3D50A4;
--silver-700: #303F82;
--silver-800: #222D5D;
--silver-900: #161D3C;
--silver-950: #0E1225;
}