Silver
#ABC6DE
BlueColor Codes
All color formats for development
HEX
#ABC6DERGB
rgb(171, 198, 222)HSL
hsl(208, 44%, 77%)OKLCH
oklch(0.814 0.045 245.2)CMYK
cmyk(23%, 11%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EB3D3
2#72A0C8
3#568DBD
4#4279AA
5#37658D
6#2C5171
7#213D55
8#162839
9#0B141C
Tints
Lighter variations
1#B3CCE1
2#BBD1E5
3#C4D7E8
4#CCDDEB
5#D5E3EF
6#DDE8F2
7#E6EEF5
8#EEF4F8
9#F7F9FC
Tones
Muted variations
1#ADC6DC
2#B0C6D9
3#B2C6D6
4#B5C5D4
5#B7C5D1
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 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A90 #5A90BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F73 #3F73A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325C #325C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #ABC6DE;
--silver-400: #7EA8CD;
--silver-500: #5A90BF;
--silver-600: #3F73A2;
--silver-700: #325C81;
--silver-800: #24425C;
--silver-900: #172A3B;
--silver-950: #0E1A25;
}