Silver
#A9B9DF
BlueColor Codes
All color formats for development
HEX
#A9B9DFRGB
rgb(169, 185, 223)HSL
hsl(222, 46%, 77%)OKLCH
oklch(0.786 0.057 267.1)CMYK
cmyk(24%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA2D5
2#708BCA
3#5374C0
4#4060AC
5#35508F
6#2A4073
7#203056
8#152039
9#0B101D
Tints
Lighter variations
1#B2C1E2
2#BAC7E6
3#C3CEE9
4#CCD5EC
5#D4DCEF
6#DDE3F2
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 | 7D95 #7D95CF | Disabled statesSecondary iconsMuted text |
| 500 | 5777 #5777C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5C #3D5CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3049 #304982 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2234 #22345D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | 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: #7D95CF;
--silver-500: #5777C1;
--silver-600: #3D5CA4;
--silver-700: #304982;
--silver-800: #22345D;
--silver-900: #16213C;
--silver-950: #0E1525;
}