Silver
#B1BFD8
BlueColor Codes
All color formats for development
HEX
#B1BFD8RGB
rgb(177, 191, 216)HSL
hsl(218, 33%, 77%)OKLCH
oklch(0.802 0.039 262.1)CMYK
cmyk(18%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97AACB
2#7D94BD
3#637FB0
4#4F6B9D
5#425A83
6#354868
7#27364E
8#1A2434
9#0D121A
Tints
Lighter variations
1#B9C6DC
2#C1CCE0
3#C8D2E3
4#D0D9E7
5#D8DFEB
6#E0E5EF
7#E8ECF3
8#EFF2F7
9#F7F9FB
Tones
Muted variations
1#B3C0D6
2#B5C0D4
3#B7C1D2
4#B9C1D0
5#BBC2CE
6#BDC2CC
7#BFC3CA
8#C0C3C8
9#C2C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E7ECF3;
--silver-200: #D3DBE9;
--silver-300: #B1BFD8;
--silver-400: #889EC3;
--silver-500: #6682B2;
--silver-600: #4B6695;
--silver-700: #3C5177;
--silver-800: #2B3A55;
--silver-900: #1B2536;
--silver-950: #111722;
}