Silver
#BBC0CE
BlueColor Codes
All color formats for development
HEX
#BBC0CERGB
rgb(187, 192, 206)HSL
hsl(224, 16%, 77%)OKLCH
oklch(0.808 0.02 270.2)CMYK
cmyk(9%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4ABBD
2#8D96AD
3#77819C
4#636D89
5#525B72
6#42495B
7#313744
8#21242E
9#101217
Tints
Lighter variations
1#C2C6D3
2#C9CDD8
3#CFD3DD
4#D6D9E1
5#DDDFE6
6#E4E6EB
7#EBECF0
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BCC0CD
2#BDC1CC
3#BEC1CB
4#BFC2CA
5#C0C2C9
6#C1C3C8
7#C2C3C7
8#C2C3C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF0;
--silver-200: #D9DBE3;
--silver-300: #BBC0CE;
--silver-400: #979FB4;
--silver-500: #7A849F;
--silver-600: #5E6882;
--silver-700: #4B5368;
--silver-800: #363B4A;
--silver-900: #22262F;
--silver-950: #15181E;
}