Silver
#A9BADF
BlueColor Codes
All color formats for development
HEX
#A9BADFRGB
rgb(169, 186, 223)HSL
hsl(221, 46%, 77%)OKLCH
oklch(0.788 0.056 265.7)CMYK
cmyk(24%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA4D5
2#708DCA
3#5376C0
4#4062AC
5#35528F
6#2A4173
7#203156
8#152139
9#0B101D
Tints
Lighter variations
1#B2C1E2
2#BAC8E6
3#C3CFE9
4#CCD6EC
5#D4DDEF
6#DDE4F2
7#E5EAF5
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#ACBBDD
2#AFBCDA
3#B1BDD7
4#B4BED5
5#B7BFD2
6#BAC0CF
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 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D97 #7D97CF | Disabled statesSecondary iconsMuted text |
| 500 | 5779 #5779C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5D #3D5DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304A #304A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2235 #22355D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223C | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5EAF5;
--silver-200: #CFD8ED;
--silver-300: #A9BADF;
--silver-400: #7D97CF;
--silver-500: #5779C1;
--silver-600: #3D5DA4;
--silver-700: #304A82;
--silver-800: #22355D;
--silver-900: #16223C;
--silver-950: #0E1525;
}