Silver
#B9BAD0
BlueColor Codes
All color formats for development
HEX
#B9BAD0RGB
rgb(185, 186, 208)HSL
hsl(237, 20%, 77%)OKLCH
oklch(0.795 0.031 283.6)CMYK
cmyk(11%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A3C0
2#898BB1
3#7274A1
4#5E618D
5#4F5176
6#3F405E
7#2F3047
8#1F202F
9#101018
Tints
Lighter variations
1#C0C1D5
2#C7C8D9
3#CECFDE
4#D5D5E3
5#DCDCE8
6#E3E3EC
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#BABBCF
2#BBBCCE
3#BCBDCD
4#BDBECB
5#BEBFCA
6#C0C0C9
7#C1C1C8
8#C2C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BAD0 | BordersInactive statesPlaceholder text |
| 400 | 9496 #9496B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7578 #7578A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5C #5A5C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3334 #33344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF1;
--silver-200: #D7D8E4;
--silver-300: #B9BAD0;
--silver-400: #9496B8;
--silver-500: #7578A3;
--silver-600: #5A5C87;
--silver-700: #47496B;
--silver-800: #33344D;
--silver-900: #212131;
--silver-950: #14151F;
}