Silver
#B6BBD3
BlueColor Codes
All color formats for development
HEX
#B6BBD3RGB
rgb(182, 187, 211)HSL
hsl(230, 25%, 77%)OKLCH
oklch(0.796 0.034 276.3)CMYK
cmyk(14%, 11%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DA4C4
2#858DB6
3#6C76A7
4#586293
5#4A527B
6#3B4162
7#2C314A
8#1D2131
9#0F1019
Tints
Lighter variations
1#BDC1D7
2#C4C8DC
3#CCCFE0
4#D3D6E5
5#DADDE9
6#E2E4ED
7#E9EAF2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B7BCD2
2#B9BDD0
3#BABECF
4#BCBECD
5#BDBFCC
6#BEC0CA
7#C0C1C9
8#C1C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD3 | BordersInactive statesPlaceholder text |
| 400 | 8F97 #8F97BC | Disabled statesSecondary iconsMuted text |
| 500 | 7079 #7079A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545E #545E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434A #434A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #303550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E9EAF2;
--silver-200: #D6D8E6;
--silver-300: #B6BBD3;
--silver-400: #8F97BC;
--silver-500: #7079A9;
--silver-600: #545E8C;
--silver-700: #434A70;
--silver-800: #303550;
--silver-900: #1F2233;
--silver-950: #131520;
}