Silver
#B1B5D8
BlueColor Codes
All color formats for development
HEX
#B1B5D8RGB
rgb(177, 181, 216)HSL
hsl(234, 33%, 77%)OKLCH
oklch(0.782 0.05 280)CMYK
cmyk(18%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#979CCB
2#7D83BD
3#636AB0
4#4F579D
5#424883
6#353A68
7#272B4E
8#1A1D34
9#0D0E1A
Tints
Lighter variations
1#B9BCDC
2#C1C4E0
3#C8CBE3
4#D0D3E7
5#D8DAEB
6#E0E1EF
7#E8E9F3
8#EFF0F7
9#F7F8FB
Tones
Muted variations
1#B3B6D6
2#B5B8D4
3#B7BAD2
4#B9BBD0
5#BBBDCE
6#BDBECC
7#BFC0CA
8#C0C1C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B5 #B1B5D8 | BordersInactive statesPlaceholder text |
| 400 | 888E #888EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666E #666EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B53 #4B5395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C42 #3C4277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2F #2B2F55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E8F3;
--silver-200: #D3D5E9;
--silver-300: #B1B5D8;
--silver-400: #888EC3;
--silver-500: #666EB2;
--silver-600: #4B5395;
--silver-700: #3C4277;
--silver-800: #2B2F55;
--silver-900: #1B1E36;
--silver-950: #111322;
}