Silver
#B9BCD0
BlueColor Codes
All color formats for development
HEX
#B9BCD0RGB
rgb(185, 188, 208)HSL
hsl(232, 20%, 77%)OKLCH
oklch(0.799 0.028 279)CMYK
cmyk(11%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A5C0
2#898FB1
3#7278A1
4#5E658D
5#4F5476
6#3F435E
7#2F3247
8#1F222F
9#101118
Tints
Lighter variations
1#C0C2D5
2#C7C9D9
3#CED0DE
4#D5D7E3
5#DCDDE8
6#E3E4EC
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#BABDCF
2#BBBDCE
3#BCBECD
4#BDBFCB
5#BEC0CA
6#C0C1C9
7#C1C2C8
8#C2C3C7
9#C3C3C6
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 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCD0 | BordersInactive statesPlaceholder text |
| 400 | 9499 #9499B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A60 #5A6087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D7D9E4;
--silver-300: #B9BCD0;
--silver-400: #9499B8;
--silver-500: #757BA3;
--silver-600: #5A6087;
--silver-700: #474C6B;
--silver-800: #33364D;
--silver-900: #212331;
--silver-950: #14161F;
}