Silver
#949BB8
BlueColor Codes
All color formats for development
HEX
#949BB8RGB
rgb(148, 155, 184)HSL
hsl(228, 20%, 65%)OKLCH
oklch(0.694 0.043 274.5)CMYK
cmyk(20%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8088AA
2#6C769D
3#5D668B
4#505877
5#424963
6#353A50
7#282C3C
8#1B1D28
9#0D0F14
Tints
Lighter variations
1#9FA5BF
2#A9AFC6
3#B4B9CD
4#BFC3D4
5#C9CDDB
6#D4D7E2
7#DFE1EA
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969CB6
2#979DB4
3#999EB2
4#9B9FB0
5#9DA0AF
6#9FA1AD
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 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949B #949BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757E #757EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A63 #5A6387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3338 #33384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #D7DAE4;
--silver-300: #B9BDD0;
--silver-400: #949BB8;
--silver-500: #757EA3;
--silver-600: #5A6387;
--silver-700: #474F6B;
--silver-800: #33384D;
--silver-900: #212431;
--silver-950: #14161F;
}