Silver
#B6BBD2
BlueColor Codes
All color formats for development
HEX
#B6BBD2RGB
rgb(182, 187, 210)HSL
hsl(229, 24%, 77%)OKLCH
oklch(0.795 0.033 275.9)CMYK
cmyk(13%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA5C4
2#868EB5
3#6D78A6
4#5A6492
5#4B537A
6#3C4361
7#2D3249
8#1E2131
9#0F1118
Tints
Lighter variations
1#BEC2D7
2#C5C9DB
3#CCD0E0
4#D3D6E4
5#DBDDE9
6#E2E4ED
7#E9EBF2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B8BCD1
2#B9BDD0
3#BABECE
4#BCBFCD
5#BDC0CB
6#BFC1CA
7#C0C2C9
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 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD2 | BordersInactive statesPlaceholder text |
| 400 | 9098 #9098BB | Disabled statesSecondary iconsMuted text |
| 500 | 717B #717BA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555F #555F8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444C #444C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #30364F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9EAF1;
--silver-200: #D6D9E6;
--silver-300: #B6BBD2;
--silver-400: #9098BB;
--silver-500: #717BA8;
--silver-600: #555F8B;
--silver-700: #444C6F;
--silver-800: #30364F;
--silver-900: #1F2333;
--silver-950: #131620;
}