Silver
#B4BED5
BlueColor Codes
All color formats for development
HEX
#B4BED5RGB
rgb(180, 190, 213)HSL
hsl(222, 28%, 77%)OKLCH
oklch(0.801 0.034 266.9)CMYK
cmyk(15%, 11%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BA8C7
2#8292B8
3#697CAA
4#556997
5#47577E
6#394665
7#2A344B
8#1C2332
9#0E1119
Tints
Lighter variations
1#BBC4D9
2#C3CBDD
3#CAD1E1
4#D2D8E6
5#D9DEEA
6#E1E5EE
7#E8EBF2
8#F0F2F7
9#F7F8FB
Tones
Muted variations
1#B6BED3
2#B7BFD1
3#B9C0D0
4#BAC0CE
5#BCC1CD
6#BEC2CB
7#BFC2C9
8#C1C3C8
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9C #8D9CBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7F #6C7FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5164 #516490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404F #404F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E8EBF2;
--silver-200: #D5DAE7;
--silver-300: #B4BED5;
--silver-400: #8D9CBF;
--silver-500: #6C7FAC;
--silver-600: #516490;
--silver-700: #404F72;
--silver-800: #2E3952;
--silver-900: #1D2434;
--silver-950: #121721;
}