Silver
#B9B9D0
BlueColor Codes
All color formats for development
HEX
#B9B9D0RGB
rgb(185, 185, 208)HSL
hsl(240, 20%, 77%)OKLCH
oklch(0.793 0.032 285.6)CMYK
cmyk(11%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A1C0
2#8989B1
3#7272A1
4#5E5E8D
5#4F4F76
6#3F3F5E
7#2F2F47
8#1F1F2F
9#101018
Tints
Lighter variations
1#C0C0D5
2#C7C7D9
3#CECEDE
4#D5D5E3
5#DCDCE8
6#E3E3EC
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#BABACF
2#BBBBCE
3#BCBCCD
4#BDBDCB
5#BEBECA
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 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF1;
--silver-200: #D7D7E4;
--silver-300: #B9B9D0;
--silver-400: #9494B8;
--silver-500: #7575A3;
--silver-600: #5A5A87;
--silver-700: #47476B;
--silver-800: #33334D;
--silver-900: #212131;
--silver-950: #14141F;
}