Silver
#B9C1D0
BlueColor Codes
All color formats for development
HEX
#B9C1D0RGB
rgb(185, 193, 208)HSL
hsl(219, 20%, 77%)OKLCH
oklch(0.809 0.023 263.2)CMYK
cmyk(11%, 7%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1ACC0
2#8997B1
3#7282A1
4#5E6F8D
5#4F5C76
6#3F4A5E
7#2F3747
8#1F252F
9#101218
Tints
Lighter variations
1#C0C7D5
2#C7CDD9
3#CED3DE
4#D5DAE3
5#DCE0E8
6#E3E6EC
7#EAECF1
8#F1F3F6
9#F8F9FA
Tones
Muted variations
1#BAC1CF
2#BBC2CE
3#BCC2CD
4#BDC2CB
5#BEC3CA
6#C0C3C9
7#C1C3C8
8#C2C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1D0 | BordersInactive statesPlaceholder text |
| 400 | 94A0 #94A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7585 #7585A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A69 #5A6987 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333C #333C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | 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: #EAECF1;
--silver-200: #D7DCE4;
--silver-300: #B9C1D0;
--silver-400: #94A0B8;
--silver-500: #7585A3;
--silver-600: #5A6987;
--silver-700: #47546B;
--silver-800: #333C4D;
--silver-900: #212631;
--silver-950: #14181F;
}