Silver
#B1BAD8
BlueColor Codes
All color formats for development
HEX
#B1BAD8RGB
rgb(177, 186, 216)HSL
hsl(226, 33%, 77%)OKLCH
oklch(0.792 0.044 272.2)CMYK
cmyk(18%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A3CB
2#7D8CBD
3#6375B0
4#4F619D
5#425183
6#354168
7#27314E
8#1A2034
9#0D101A
Tints
Lighter variations
1#B9C1DC
2#C1C8E0
3#C8CFE3
4#D0D6E7
5#D8DDEB
6#E0E3EF
7#E8EAF3
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B3BBD6
2#B5BCD4
3#B7BDD2
4#B9BED0
5#BBBFCE
6#BDC0CC
7#BFC1CA
8#C0C2C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BA #B1BAD8 | BordersInactive statesPlaceholder text |
| 400 | 8896 #8896C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6678 #6678B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5C #4B5C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4A #3C4A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B35 #2B3555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B22 #1B2236 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EAF3;
--silver-200: #D3D8E9;
--silver-300: #B1BAD8;
--silver-400: #8896C3;
--silver-500: #6678B2;
--silver-600: #4B5C95;
--silver-700: #3C4A77;
--silver-800: #2B3555;
--silver-900: #1B2236;
--silver-950: #111522;
}