Silver
#B8C0D1
BlueColor Codes
All color formats for development
HEX
#B8C0D1RGB
rgb(184, 192, 209)HSL
hsl(221, 21%, 77%)OKLCH
oklch(0.807 0.026 265.6)CMYK
cmyk(12%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0ABC1
2#8996B2
3#7180A2
4#5D6D8F
5#4E5B77
6#3E485F
7#2F3647
8#1F2430
9#101218
Tints
Lighter variations
1#BFC6D5
2#C6CCDA
3#CDD3DF
4#D4D9E3
5#DCDFE8
6#E3E6EC
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#B9C0CF
2#BAC1CE
3#BCC1CD
4#BDC2CC
5#BEC2CB
6#BFC3C9
7#C1C3C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C0 #B8C0D1 | BordersInactive statesPlaceholder text |
| 400 | 939F #939FB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5968 #596888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DBE5;
--silver-300: #B8C0D1;
--silver-400: #939FB8;
--silver-500: #7483A4;
--silver-600: #596888;
--silver-700: #47526C;
--silver-800: #323B4D;
--silver-900: #202631;
--silver-950: #14181F;
}