Silver
#B8BFD1
BlueColor Codes
All color formats for development
HEX
#B8BFD1RGB
rgb(184, 191, 209)HSL
hsl(223, 21%, 77%)OKLCH
oklch(0.805 0.027 268.8)CMYK
cmyk(12%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0AAC1
2#8994B2
3#717FA2
4#5D6B8F
5#4E5977
6#3E475F
7#2F3647
8#1F2430
9#101218
Tints
Lighter variations
1#BFC5D5
2#C6CCDA
3#CDD2DF
4#D4D9E3
5#DCDFE8
6#E3E5EC
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#B9C0CF
2#BAC0CE
3#BCC1CD
4#BDC1CC
5#BEC2CB
6#BFC2C9
7#C1C3C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7482 #7482A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5966 #596688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | 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: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DBE5;
--silver-300: #B8BFD1;
--silver-400: #939EB8;
--silver-500: #7482A4;
--silver-600: #596688;
--silver-700: #47516C;
--silver-800: #323A4D;
--silver-900: #202531;
--silver-950: #14171F;
}