Silver
#ABC0DE
BlueColor Codes
All color formats for development
HEX
#ABC0DERGB
rgb(171, 192, 222)HSL
hsl(215, 44%, 77%)OKLCH
oklch(0.802 0.048 257.3)CMYK
cmyk(23%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EABD3
2#7296C8
3#5681BD
4#426DAA
5#375B8D
6#2C4971
7#213755
8#162439
9#0B121C
Tints
Lighter variations
1#B3C6E1
2#BBCDE5
3#C4D3E8
4#CCD9EB
5#D5E0EF
6#DDE6F2
7#E6ECF5
8#EEF2F8
9#F7F9FC
Tones
Muted variations
1#ADC0DC
2#B0C1D9
3#B2C1D6
4#B5C2D4
5#B7C2D1
6#BAC3CF
7#BDC3CC
8#BFC3CA
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 | CFDB #CFDBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC0 #ABC0DE | BordersInactive statesPlaceholder text |
| 400 | 7E9F #7E9FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A84 #5A84BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F68 #3F68A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3253 #325381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243B #243B5C | 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: #CFDBEC;
--silver-300: #ABC0DE;
--silver-400: #7E9FCD;
--silver-500: #5A84BF;
--silver-600: #3F68A2;
--silver-700: #325381;
--silver-800: #243B5C;
--silver-900: #17263B;
--silver-950: #0E1825;
}