Silver
#BABACE
BlueColor Codes
All color formats for development
HEX
#BABACERGB
rgb(186, 186, 206)HSL
hsl(240, 17%, 77%)OKLCH
oklch(0.795 0.028 285.7)CMYK
cmyk(10%, 10%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A3BE
2#8C8CAE
3#75759D
4#62628A
5#515173
6#41415C
7#313145
8#21212E
9#101017
Tints
Lighter variations
1#C1C1D3
2#C8C8D8
3#CFCFDD
4#D6D6E2
5#DDDDE7
6#E4E4EC
7#EAEAF0
8#F1F1F5
9#F8F8FA
Tones
Muted variations
1#BBBBCD
2#BCBCCC
3#BDBDCB
4#BEBECA
5#BFBFC9
6#C0C0C8
7#C1C1C7
8#C2C2C6
9#C3C3C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF0;
--silver-200: #D8D8E3;
--silver-300: #BABACE;
--silver-400: #9797B5;
--silver-500: #7979A0;
--silver-600: #5D5D83;
--silver-700: #4A4A68;
--silver-800: #35354B;
--silver-900: #222230;
--silver-950: #15151E;
}