Silver
#B5BBD4
BlueColor Codes
All color formats for development
HEX
#B5BBD4RGB
rgb(181, 187, 212)HSL
hsl(228, 26%, 77%)OKLCH
oklch(0.795 0.036 274.9)CMYK
cmyk(15%, 12%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA5C5
2#848EB7
3#6B77A8
4#576394
5#49537C
6#3A4263
7#2C324A
8#1D2131
9#0F1119
Tints
Lighter variations
1#BCC2D8
2#C4C9DC
3#CBD0E1
4#D3D6E5
5#DADDE9
6#E1E4EE
7#E9EBF2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B7BCD2
2#B8BDD1
3#BABECF
4#BBBFCD
5#BDC0CC
6#BEC1CA
7#C0C2C9
8#C1C3C7
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 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7A #6E7AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535F #535F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424B #424B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | 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: #F5F6F9;
--silver-100: #E9EAF2;
--silver-200: #D5D9E6;
--silver-300: #B5BBD4;
--silver-400: #8F98BD;
--silver-500: #6E7AAA;
--silver-600: #535F8D;
--silver-700: #424B70;
--silver-800: #2F3650;
--silver-900: #1E2233;
--silver-950: #131620;
}