Silver
#BAC2CE
BlueColor Codes
All color formats for development
HEX
#BAC2CERGB
rgb(186, 194, 206)HSL
hsl(216, 17%, 77%)OKLCH
oklch(0.811 0.019 258.4)CMYK
cmyk(10%, 6%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3AEBE
2#8C9AAE
3#75859D
4#62728A
5#515F73
6#414C5C
7#313945
8#21262E
9#101317
Tints
Lighter variations
1#C1C8D3
2#C8CED8
3#CFD5DD
4#D6DBE2
5#DDE1E7
6#E4E7EC
7#EAEDF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BBC3CD
2#BCC3CC
3#BDC3CB
4#BEC3CA
5#BFC3C9
6#C0C4C8
7#C1C4C7
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 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7988 #7988A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6C #5D6C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A56 #4A5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | 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: #D8DDE3;
--silver-300: #BAC2CE;
--silver-400: #97A3B5;
--silver-500: #7988A0;
--silver-600: #5D6C83;
--silver-700: #4A5668;
--silver-800: #353E4B;
--silver-900: #222730;
--silver-950: #15191E;
}