Silver
#BABECF
BlueColor Codes
All color formats for development
HEX
#BABECFRGB
rgb(186, 190, 207)HSL
hsl(229, 18%, 77%)OKLCH
oklch(0.804 0.024 275.3)CMYK
cmyk(10%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A8BF
2#8B92AF
3#747C9F
4#61688B
5#515774
6#40465D
7#303446
8#20232E
9#101117
Tints
Lighter variations
1#C1C4D4
2#C8CBD9
3#CFD1DD
4#D5D8E2
5#DCDEE7
6#E3E5EC
7#EAEBF1
8#F1F2F5
9#F8F8FA
Tones
Muted variations
1#BBBECE
2#BCBFCD
3#BDC0CC
4#BEC0CB
5#BFC1CA
6#C0C2C9
7#C1C2C8
8#C2C3C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969C #969CB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787F #787FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF0;
--silver-200: #D8DAE4;
--silver-300: #BABECF;
--silver-400: #969CB6;
--silver-500: #787FA1;
--silver-600: #5C6384;
--silver-700: #494F69;
--silver-800: #34384B;
--silver-900: #212430;
--silver-950: #15171E;
}