Silver
#A9B7DF
BlueColor Codes
All color formats for development
HEX
#A9B7DFRGB
rgb(169, 183, 223)HSL
hsl(224, 46%, 77%)OKLCH
oklch(0.782 0.059 269.9)CMYK
cmyk(24%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA0D5
2#7088CA
3#5370C0
4#405DAC
5#354D8F
6#2A3E73
7#202E56
8#151F39
9#0B0F1D
Tints
Lighter variations
1#B2BFE2
2#BAC6E6
3#C3CDE9
4#CCD4EC
5#D4DBEF
6#DDE3F2
7#E5EAF5
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#ACB9DD
2#AFBADA
3#B1BCD7
4#B4BDD5
5#B7BED2
6#BABFCF
7#BCC1CC
8#BFC2CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5E9F5;
--silver-200: #CFD7ED;
--silver-300: #A9B8DF;
--silver-400: #7D93CF;
--silver-500: #5774C1;
--silver-600: #3D58A4;
--silver-700: #304682;
--silver-800: #22325D;
--silver-900: #16203C;
--silver-950: #0E1425;
}