Silver
#ABC7DE
BlueColor Codes
All color formats for development
HEX
#ABC7DERGB
rgb(171, 199, 222)HSL
hsl(207, 44%, 77%)OKLCH
oklch(0.816 0.044 243)CMYK
cmyk(23%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EB4D3
2#72A1C8
3#568FBD
4#427BAA
5#37668D
6#2C5271
7#213D55
8#162939
9#0B141C
Tints
Lighter variations
1#B3CDE1
2#BBD2E5
3#C4D8E8
4#CCDDEB
5#D5E3EF
6#DDE9F2
7#E6EEF5
8#EEF4F8
9#F7F9FC
Tones
Muted variations
1#ADC7DC
2#B0C6D9
3#B2C6D6
4#B5C6D4
5#B7C6D1
6#BAC5CF
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 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A91 #5A91BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F75 #3F75A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325D #325D81 | 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: #CFDFEC;
--silver-300: #ABC7DE;
--silver-400: #7EAACD;
--silver-500: #5A91BF;
--silver-600: #3F75A2;
--silver-700: #325D81;
--silver-800: #24435C;
--silver-900: #172B3B;
--silver-950: #0E1B25;
}