Silver
#B8BDD1
BlueColor Codes
All color formats for development
HEX
#B8BDD1RGB
rgb(184, 189, 209)HSL
hsl(228, 21%, 77%)OKLCH
oklch(0.801 0.029 274.6)CMYK
cmyk(12%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0A7C1
2#8991B2
3#717BA2
4#5D678F
5#4E5677
6#3E455F
7#2F3347
8#1F2230
9#101118
Tints
Lighter variations
1#BFC4D5
2#C6CADA
3#CDD1DF
4#D4D7E3
5#DCDEE8
6#E3E5EC
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#B9BECF
2#BABECE
3#BCBFCD
4#BDC0CC
5#BEC1CB
6#BFC1C9
7#C1C2C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939B #939BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747E #747EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5962 #596288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474E #474E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9EBF1;
--silver-200: #D7DAE5;
--silver-300: #B8BDD1;
--silver-400: #939BB8;
--silver-500: #747EA4;
--silver-600: #596288;
--silver-700: #474E6C;
--silver-800: #32384D;
--silver-900: #202431;
--silver-950: #14161F;
}