Silver
#949AB8
BlueColor Codes
All color formats for development
HEX
#949AB8RGB
rgb(148, 154, 184)HSL
hsl(230, 20%, 65%)OKLCH
oklch(0.692 0.045 276.3)CMYK
cmyk(20%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8087AA
2#6C749D
3#5D658B
4#505677
5#424863
6#353950
7#282B3C
8#1B1D28
9#0D0E14
Tints
Lighter variations
1#9FA4BF
2#A9AEC6
3#B4B8CD
4#BFC2D4
5#C9CCDB
6#D4D7E2
7#DFE1EA
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969BB6
2#979CB4
3#999DB2
4#9B9FB0
5#9DA0AF
6#9FA1AD
7#A0A2AB
8#A2A3A9
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 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949A #949AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757D #757DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A61 #5A6187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D7D9E4;
--silver-300: #B9BDD0;
--silver-400: #949AB8;
--silver-500: #757DA3;
--silver-600: #5A6187;
--silver-700: #474D6B;
--silver-800: #33374D;
--silver-900: #212331;
--silver-950: #14161F;
}