Silver
#B1B1D8
BlueColor Codes
All color formats for development
HEX
#B1B1D8RGB
rgb(177, 177, 216)HSL
hsl(240, 33%, 77%)OKLCH
oklch(0.773 0.055 285)CMYK
cmyk(18%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9797CB
2#7D7DBD
3#6363B0
4#4F4F9D
5#424283
6#353568
7#27274E
8#1A1A34
9#0D0D1A
Tints
Lighter variations
1#B9B9DC
2#C1C1E0
3#C8C8E3
4#D0D0E7
5#D8D8EB
6#E0E0EF
7#E8E8F3
8#EFEFF7
9#F7F7FB
Tones
Muted variations
1#B3B3D6
2#B5B5D4
3#B7B7D2
4#B9B9D0
5#BBBBCE
6#BDBDCC
7#BFBFCA
8#C0C0C8
9#C2C2C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E7F3;
--silver-200: #D3D3E9;
--silver-300: #B1B1D8;
--silver-400: #8888C3;
--silver-500: #6666B2;
--silver-600: #4B4B95;
--silver-700: #3C3C77;
--silver-800: #2B2B55;
--silver-900: #1B1B36;
--silver-950: #111122;
}