Silver
#ABC1DE
BlueColor Codes
All color formats for development
HEX
#ABC1DERGB
rgb(171, 193, 222)HSL
hsl(214, 44%, 77%)OKLCH
oklch(0.804 0.048 255.4)CMYK
cmyk(23%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EACD3
2#7297C8
3#5683BD
4#426FAA
5#375C8D
6#2C4A71
7#213755
8#162539
9#0B121C
Tints
Lighter variations
1#B3C7E1
2#BBCDE5
3#C4D4E8
4#CCDAEB
5#D5E0EF
6#DDE6F2
7#E6ECF5
8#EEF3F8
9#F7F9FC
Tones
Muted variations
1#ADC1DC
2#B0C2D9
3#B2C2D6
4#B5C2D4
5#B7C3D1
6#BAC3CF
7#BDC3CC
8#BFC4CA
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7EA1 #7EA1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A86 #5A86BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6A #3F6AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3254 #325481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FB;
--silver-100: #E5ECF5;
--silver-200: #CFDCEC;
--silver-300: #ABC1DE;
--silver-400: #7EA1CD;
--silver-500: #5A86BF;
--silver-600: #3F6AA2;
--silver-700: #325481;
--silver-800: #243C5C;
--silver-900: #17263B;
--silver-950: #0E1825;
}