Silver
#B6BED3
BlueColor Codes
All color formats for development
HEX
#B6BED3RGB
rgb(182, 190, 211)HSL
hsl(223, 25%, 77%)OKLCH
oklch(0.802 0.031 269.1)CMYK
cmyk(14%, 10%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DA8C4
2#8592B6
3#6C7DA7
4#586993
5#4A587B
6#3B4662
7#2C354A
8#1D2331
9#0F1219
Tints
Lighter variations
1#BDC4D7
2#C4CBDC
3#CCD1E0
4#D3D8E5
5#DADEE9
6#E2E5ED
7#E9EBF2
8#F0F2F6
9#F8F8FB
Tones
Muted variations
1#B7BFD2
2#B9BFD0
3#BAC0CF
4#BCC1CD
5#BDC1CC
6#BEC2CA
7#C0C2C9
8#C1C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBC | Disabled statesSecondary iconsMuted text |
| 500 | 7080 #7080A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5464 #54648C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9EBF2;
--silver-200: #D6DAE6;
--silver-300: #B6BED3;
--silver-400: #8F9CBC;
--silver-500: #7080A9;
--silver-600: #54648C;
--silver-700: #435070;
--silver-800: #303950;
--silver-900: #1F2433;
--silver-950: #131720;
}