Silver
#ABCADE
BlueColor Codes
All color formats for development
HEX
#ABCADERGB
rgb(171, 202, 222)HSL
hsl(204, 44%, 77%)OKLCH
oklch(0.823 0.044 236.4)CMYK
cmyk(23%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EB8D3
2#72A6C8
3#5694BD
4#4280AA
5#376B8D
6#2C5571
7#214055
8#162B39
9#0B151C
Tints
Lighter variations
1#B3CFE1
2#BBD4E5
3#C4DAE8
4#CCDFEB
5#D5E4EF
6#DDEAF2
7#E6EFF5
8#EEF4F8
9#F7FAFC
Tones
Muted variations
1#ADC9DC
2#B0C8D9
3#B2C8D6
4#B5C7D4
5#B7C7D1
6#BAC6CF
7#BDC6CC
8#BFC5CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FB;
--silver-100: #E5EFF5;
--silver-200: #CFE1EC;
--silver-300: #ABCADE;
--silver-400: #7EAECD;
--silver-500: #5A96BF;
--silver-600: #3F7AA2;
--silver-700: #326181;
--silver-800: #24455C;
--silver-900: #172C3B;
--silver-950: #0E1C25;
}