Silver
#B3BBD5
BlueColor Codes
All color formats for development
HEX
#B3BBD5RGB
rgb(179, 187, 213)HSL
hsl(226, 29%, 77%)OKLCH
oklch(0.794 0.038 272)CMYK
cmyk(16%, 12%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA5C7
2#818EB9
3#6777AC
4#546498
5#46537F
6#384265
7#2A324C
8#1C2133
9#0E1119
Tints
Lighter variations
1#BBC2DA
2#C2C9DE
3#CAD0E2
4#D2D6E6
5#D9DDEA
6#E1E4EE
7#E8EBF3
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B5BCD4
2#B7BDD2
3#B8BED0
4#BABFCF
5#BCC0CD
6#BEC1CB
7#BFC2C9
8#C1C3C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BB #B3BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8C98 #8C98C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7B #6B7BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505F #505F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4B #3F4B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D36 #2D3652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2235 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E8EAF2;
--silver-200: #D4D9E7;
--silver-300: #B3BBD5;
--silver-400: #8C98C0;
--silver-500: #6B7BAE;
--silver-600: #505F91;
--silver-700: #3F4B73;
--silver-800: #2D3652;
--silver-900: #1D2235;
--silver-950: #121621;
}