Silver
#B8BED1
BlueColor Codes
All color formats for development
HEX
#B8BED1RGB
rgb(184, 190, 209)HSL
hsl(226, 21%, 77%)OKLCH
oklch(0.803 0.028 271.8)CMYK
cmyk(12%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0A8C1
2#8992B2
3#717CA2
4#5D698F
5#4E5777
6#3E465F
7#2F3447
8#1F2330
9#101118
Tints
Lighter variations
1#BFC4D5
2#C6CBDA
3#CDD1DF
4#D4D8E3
5#DCDEE8
6#E3E5EC
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#B9BECF
2#BABFCE
3#BCC0CD
4#BDC0CC
5#BEC1CB
6#BFC2C9
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 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #B8BED1;
--silver-400: #939CB8;
--silver-500: #747FA4;
--silver-600: #596488;
--silver-700: #474F6C;
--silver-800: #32394D;
--silver-900: #202431;
--silver-950: #14171F;
}