Silver
#949CB8
BlueColor Codes
All color formats for development
HEX
#949CB8RGB
rgb(148, 156, 184)HSL
hsl(227, 20%, 65%)OKLCH
oklch(0.696 0.042 272.7)CMYK
cmyk(20%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8089AA
2#6C779D
3#5D678B
4#505877
5#424963
6#353B50
7#282C3C
8#1B1D28
9#0D0F14
Tints
Lighter variations
1#9FA6BF
2#A9B0C6
3#B4B9CD
4#BFC3D4
5#C9CDDB
6#D4D7E2
7#DFE1EA
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969DB6
2#979EB4
3#999FB2
4#9BA0B0
5#9DA1AF
6#9FA2AD
7#A0A3AB
8#A2A4A9
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949C #949CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757F #757FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A63 #5A6387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D7DAE4;
--silver-300: #B9BED0;
--silver-400: #949CB8;
--silver-500: #757FA3;
--silver-600: #5A6387;
--silver-700: #474F6B;
--silver-800: #33394D;
--silver-900: #212431;
--silver-950: #14171F;
}