Silver
#B6C0D3
BlueColor Codes
All color formats for development
HEX
#B6C0D3RGB
rgb(182, 192, 211)HSL
hsl(219, 25%, 77%)OKLCH
oklch(0.806 0.029 263.4)CMYK
cmyk(14%, 9%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DABC4
2#8596B6
3#6C81A7
4#586D93
5#4A5B7B
6#3B4962
7#2C364A
8#1D2431
9#0F1219
Tints
Lighter variations
1#BDC6D7
2#C4CDDC
3#CCD3E0
4#D3D9E5
5#DADFE9
6#E2E6ED
7#E9ECF2
8#F0F2F6
9#F8F9FB
Tones
Muted variations
1#B7C0D2
2#B9C1D0
3#BAC1CF
4#BCC2CD
5#BDC2CC
6#BEC3CA
7#C0C3C9
8#C1C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7084 #7084A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5468 #54688C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9ECF2;
--silver-200: #D6DBE6;
--silver-300: #B6C0D3;
--silver-400: #8F9FBC;
--silver-500: #7084A9;
--silver-600: #54688C;
--silver-700: #435370;
--silver-800: #303B50;
--silver-900: #1F2633;
--silver-950: #131820;
}