Silver
#BAC4CE
BlueColor Codes
All color formats for development
HEX
#BAC4CERGB
rgb(186, 196, 206)HSL
hsl(210, 17%, 77%)OKLCH
oklch(0.816 0.018 248)CMYK
cmyk(10%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B1BE
2#8C9DAE
3#75899D
4#62768A
5#516273
6#414F5C
7#313B45
8#21272E
9#101417
Tints
Lighter variations
1#C1CAD3
2#C8D0D8
3#CFD6DD
4#D6DCE2
5#DDE2E7
6#E4E8EC
7#EAEDF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BBC4CD
2#BCC4CC
3#BDC4CB
4#BEC4CA
5#BFC4C9
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 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798C #798CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D70 #5D7083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A59 #4A5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3540 #35404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF0;
--silver-200: #D8DEE3;
--silver-300: #BAC4CE;
--silver-400: #97A6B5;
--silver-500: #798CA0;
--silver-600: #5D7083;
--silver-700: #4A5968;
--silver-800: #35404B;
--silver-900: #222930;
--silver-950: #151A1E;
}