Silver
#B8BBD1
BlueColor Codes
All color formats for development
HEX
#B8BBD1RGB
rgb(184, 187, 209)HSL
hsl(233, 21%, 77%)OKLCH
oklch(0.797 0.031 279.5)CMYK
cmyk(12%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0A4C1
2#898DB2
3#7177A2
4#5D638F
5#4E5277
6#3E425F
7#2F3147
8#1F2130
9#101018
Tints
Lighter variations
1#BFC2D5
2#C6C9DA
3#CDCFDF
4#D4D6E3
5#DCDDE8
6#E3E4EC
7#EAEBF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#B9BCCF
2#BABDCE
3#BCBECD
4#BDBFCC
5#BEC0CB
6#BFC1C9
7#C1C2C8
8#C2C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9397 #9397B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747A #747AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595E #595E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474B #474B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9EAF1;
--silver-200: #D7D9E5;
--silver-300: #B8BBD1;
--silver-400: #9397B8;
--silver-500: #747AA4;
--silver-600: #595E88;
--silver-700: #474B6C;
--silver-800: #32354D;
--silver-900: #202231;
--silver-950: #14151F;
}