Silver
#B1B4D8
BlueColor Codes
All color formats for development
HEX
#B1B4D8RGB
rgb(177, 180, 216)HSL
hsl(235, 33%, 77%)OKLCH
oklch(0.78 0.051 281.4)CMYK
cmyk(18%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#979BCB
2#7D82BD
3#6369B0
4#4F559D
5#424783
6#353968
7#272B4E
8#1A1C34
9#0D0E1A
Tints
Lighter variations
1#B9BCDC
2#C1C3E0
3#C8CBE3
4#D0D2E7
5#D8DAEB
6#E0E1EF
7#E8E9F3
8#EFF0F7
9#F7F8FB
Tones
Muted variations
1#B3B6D6
2#B5B7D4
3#B7B9D2
4#B9BBD0
5#BBBCCE
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 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888D #888DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666D #666DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B51 #4B5195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C41 #3C4177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | 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: #B1B4D8;
--silver-400: #888DC3;
--silver-500: #666DB2;
--silver-600: #4B5195;
--silver-700: #3C4177;
--silver-800: #2B2E55;
--silver-900: #1B1E36;
--silver-950: #111222;
}