Silver
#AABADF
BlueColor Codes
All color formats for development
HEX
#AABADFRGB
rgb(170, 186, 223)HSL
hsl(222, 45%, 77%)OKLCH
oklch(0.789 0.056 266.7)CMYK
cmyk(24%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DA3D4
2#718BC9
3#5574BE
4#4161AB
5#36518E
6#2B4072
7#203055
8#162039
9#0B101C
Tints
Lighter variations
1#B2C1E2
2#BBC8E5
3#C3CFE8
4#CCD5EC
5#D4DCEF
6#DDE3F2
7#E5EAF5
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#ADBBDC
2#AFBCD9
3#B2BDD7
4#B5BED4
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 | AABA #AABADF | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CE | Disabled statesSecondary iconsMuted text |
| 500 | 5978 #5978C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5C #3E5CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3149 #314981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2334 #23345C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213B | 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: #AABADF;
--silver-400: #7E96CE;
--silver-500: #5978C0;
--silver-600: #3E5CA3;
--silver-700: #314981;
--silver-800: #23345C;
--silver-900: #16213B;
--silver-950: #0E1525;
}