Silver
#B9BED0
BlueColor Codes
All color formats for development
HEX
#B9BED0RGB
rgb(185, 190, 208)HSL
hsl(227, 20%, 77%)OKLCH
oklch(0.803 0.026 273.4)CMYK
cmyk(11%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A8C0
2#8992B1
3#727CA1
4#5E688D
5#4F5776
6#3F465E
7#2F3447
8#1F232F
9#101118
Tints
Lighter variations
1#C0C4D5
2#C7CBD9
3#CED1DE
4#D5D8E3
5#DCDEE8
6#E3E5EC
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#BABECF
2#BBBFCE
3#BCC0CD
4#BDC0CB
5#BEC1CA
6#C0C2C9
7#C1C2C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949C #949CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757F #757FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A63 #5A6387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D7DAE4;
--silver-300: #B9BED0;
--silver-400: #949CB8;
--silver-500: #757FA3;
--silver-600: #5A6387;
--silver-700: #474F6B;
--silver-800: #33394D;
--silver-900: #212431;
--silver-950: #14171F;
}