Silver
#ABC8DE
BlueColor Codes
All color formats for development
HEX
#ABC8DERGB
rgb(171, 200, 222)HSL
hsl(206, 44%, 77%)OKLCH
oklch(0.819 0.044 240.8)CMYK
cmyk(23%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EB5D3
2#72A3C8
3#5690BD
4#427DAA
5#37688D
6#2C5371
7#213E55
8#162A39
9#0B151C
Tints
Lighter variations
1#B3CDE1
2#BBD3E5
3#C4D8E8
4#CCDEEB
5#D5E3EF
6#DDE9F2
7#E6EEF5
8#EEF4F8
9#F7F9FC
Tones
Muted variations
1#ADC7DC
2#B0C7D9
3#B2C7D6
4#B5C6D4
5#B7C6D1
6#BAC6CF
7#BDC5CC
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 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A93 #5A93BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F77 #3F77A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325E #325E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FB;
--silver-100: #E5EEF5;
--silver-200: #CFE0EC;
--silver-300: #ABC8DE;
--silver-400: #7EABCD;
--silver-500: #5A93BF;
--silver-600: #3F77A2;
--silver-700: #325E81;
--silver-800: #24435C;
--silver-900: #172B3B;
--silver-950: #0E1B25;
}