Silver
#B9BBD0
BlueColor Codes
All color formats for development
HEX
#B9BBD0RGB
rgb(185, 187, 208)HSL
hsl(235, 20%, 77%)OKLCH
oklch(0.797 0.03 281.4)CMYK
cmyk(11%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A4C0
2#898DB1
3#7276A1
4#5E628D
5#4F5276
6#3F415E
7#2F3147
8#1F212F
9#101018
Tints
Lighter variations
1#C0C1D5
2#C7C8D9
3#CECFDE
4#D5D6E3
5#DCDDE8
6#E3E4EC
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#BABCCF
2#BBBDCE
3#BCBECD
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 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9497 #9497B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7579 #7579A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5E #5A5E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3335 #33354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | 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: #B9BBD0;
--silver-400: #9497B8;
--silver-500: #7579A3;
--silver-600: #5A5E87;
--silver-700: #474A6B;
--silver-800: #33354D;
--silver-900: #212231;
--silver-950: #14151F;
}