Silver
#BBC9CE
BlueColor Codes
All color formats for development
HEX
#BBC9CERGB
rgb(187, 201, 206)HSL
hsl(196, 16%, 77%)OKLCH
oklch(0.827 0.017 221.1)CMYK
cmyk(9%, 2%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4B7BD
2#8DA4AD
3#77929C
4#637F89
5#526A72
6#42545B
7#313F44
8#212A2E
9#101517
Tints
Lighter variations
1#C2CED3
2#C9D4D8
3#CFD9DD
4#D6DEE1
5#DDE4E6
6#E4E9EB
7#EBEFF0
8#F1F4F5
9#F8FAFA
Tones
Muted variations
1#BCC8CD
2#BDC8CC
3#BEC7CB
4#BFC7CA
5#C0C7C9
6#C1C6C8
7#C2C6C7
8#C2C5C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC9 #BBC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AC #97ACB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A95 #7A959F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E79 #5E7982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B60 #4B6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #36454A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D9E0E3;
--silver-300: #BBC9CE;
--silver-400: #97ACB4;
--silver-500: #7A959F;
--silver-600: #5E7982;
--silver-700: #4B6068;
--silver-800: #36454A;
--silver-900: #222C2F;
--silver-950: #151B1E;
}