Silver
#B1BED8
BlueColor Codes
All color formats for development
HEX
#B1BED8RGB
rgb(177, 190, 216)HSL
hsl(220, 33%, 77%)OKLCH
oklch(0.8 0.04 264.3)CMYK
cmyk(18%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A8CB
2#7D92BD
3#637DB0
4#4F699D
5#425783
6#354668
7#27344E
8#1A2334
9#0D111A
Tints
Lighter variations
1#B9C4DC
2#C1CBE0
3#C8D1E3
4#D0D8E7
5#D8DEEB
6#E0E5EF
7#E8EBF3
8#EFF2F7
9#F7F8FB
Tones
Muted variations
1#B3BFD6
2#B5BFD4
3#B7C0D2
4#B9C0D0
5#BBC1CE
6#BDC2CC
7#BFC2CA
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 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | 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: #E7EBF3;
--silver-200: #D3DAE9;
--silver-300: #B1BED8;
--silver-400: #889CC3;
--silver-500: #6680B2;
--silver-600: #4B6495;
--silver-700: #3C4F77;
--silver-800: #2B3955;
--silver-900: #1B2436;
--silver-950: #111722;
}