Silver
#BBBBCE
BlueColor Codes
All color formats for development
HEX
#BBBBCERGB
rgb(187, 187, 206)HSL
hsl(240, 16%, 77%)OKLCH
oklch(0.798 0.027 285.8)CMYK
cmyk(9%, 9%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4A4BD
2#8D8DAD
3#77779C
4#636389
5#525272
6#42425B
7#313144
8#21212E
9#101017
Tints
Lighter variations
1#C2C2D3
2#C9C9D8
3#CFCFDD
4#D6D6E1
5#DDDDE6
6#E4E4EB
7#EBEBF0
8#F1F1F5
9#F8F8FA
Tones
Muted variations
1#BCBCCD
2#BDBDCC
3#BEBECB
4#BFBFCA
5#C0C0C9
6#C1C1C8
7#C2C2C7
8#C2C2C6
9#C3C3C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF0;
--silver-200: #D9D9E3;
--silver-300: #BBBBCE;
--silver-400: #9797B4;
--silver-500: #7A7A9F;
--silver-600: #5E5E82;
--silver-700: #4B4B68;
--silver-800: #36364A;
--silver-900: #22222F;
--silver-950: #15151E;
}