Silver
#BBBFCE
BlueColor Codes
All color formats for development
HEX
#BBBFCERGB
rgb(187, 191, 206)HSL
hsl(227, 16%, 77%)OKLCH
oklch(0.806 0.022 274)CMYK
cmyk(9%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4AABD
2#8D94AD
3#777F9C
4#636B89
5#525972
6#42475B
7#313644
8#21242E
9#101217
Tints
Lighter variations
1#C2C5D3
2#C9CCD8
3#CFD2DD
4#D6D9E1
5#DDDFE6
6#E4E5EB
7#EBECF0
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BCC0CD
2#BDC0CC
3#BEC1CB
4#BFC1CA
5#C0C2C9
6#C1C2C8
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 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E66 #5E6682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | 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: #BBBFCE;
--silver-400: #979EB4;
--silver-500: #7A829F;
--silver-600: #5E6682;
--silver-700: #4B5168;
--silver-800: #363A4A;
--silver-900: #22252F;
--silver-950: #15171E;
}