Silver
#BBC1CE
BlueColor Codes
All color formats for development
HEX
#BBC1CERGB
rgb(187, 193, 206)HSL
hsl(221, 16%, 77%)OKLCH
oklch(0.81 0.019 266)CMYK
cmyk(9%, 6%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4ACBD
2#8D97AD
3#77839C
4#636F89
5#525C72
6#424A5B
7#313744
8#21252E
9#101217
Tints
Lighter variations
1#C2C7D3
2#C9CDD8
3#CFD4DD
4#D6DAE1
5#DDE0E6
6#E4E6EB
7#EBECF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BCC1CD
2#BDC2CC
3#BEC2CB
4#BFC2CA
5#C0C3C9
6#C1C3C8
7#C2C3C7
8#C2C4C6
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A86 #7A869F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6A #5E6A82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | 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: #D9DCE3;
--silver-300: #BBC1CE;
--silver-400: #97A1B4;
--silver-500: #7A869F;
--silver-600: #5E6A82;
--silver-700: #4B5468;
--silver-800: #363C4A;
--silver-900: #22262F;
--silver-950: #15181E;
}