Silver
#BBC2CE
BlueColor Codes
All color formats for development
HEX
#BBC2CERGB
rgb(187, 194, 206)HSL
hsl(218, 16%, 77%)OKLCH
oklch(0.812 0.019 261.3)CMYK
cmyk(9%, 6%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4ADBD
2#8D99AD
3#77849C
4#637189
5#525E72
6#424B5B
7#313844
8#21262E
9#101317
Tints
Lighter variations
1#C2C8D3
2#C9CED8
3#CFD4DD
4#D6DAE1
5#DDE0E6
6#E4E7EB
7#EBEDF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BCC2CD
2#BDC2CC
3#BEC3CB
4#BFC3CA
5#C0C3C9
6#C1C3C8
7#C2C4C7
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 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A87 #7A879F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6B #5E6B82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B55 #4B5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | 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: #BBC2CE;
--silver-400: #97A2B4;
--silver-500: #7A879F;
--silver-600: #5E6B82;
--silver-700: #4B5568;
--silver-800: #363D4A;
--silver-900: #22272F;
--silver-950: #15181E;
}