Silver
#BBC4CE
BlueColor Codes
All color formats for development
HEX
#BBC4CERGB
rgb(187, 196, 206)HSL
hsl(212, 16%, 77%)OKLCH
oklch(0.816 0.017 250.9)CMYK
cmyk(9%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4B0BD
2#8D9CAD
3#77889C
4#637589
5#526172
6#424E5B
7#313A44
8#21272E
9#101317
Tints
Lighter variations
1#C2CAD3
2#C9D0D8
3#CFD6DD
4#D6DBE1
5#DDE1E6
6#E4E7EB
7#EBEDF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BCC4CD
2#BDC4CC
3#BEC4CB
4#BFC4CA
5#C0C4C9
6#C1C4C8
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 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8B #7A8B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6F #5E6F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B58 #4B5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF0;
--silver-200: #D9DDE3;
--silver-300: #BBC4CE;
--silver-400: #97A5B4;
--silver-500: #7A8B9F;
--silver-600: #5E6F82;
--silver-700: #4B5868;
--silver-800: #363F4A;
--silver-900: #22282F;
--silver-950: #15191E;
}