Silver
#B6C4D3
BlueColor Codes
All color formats for development
HEX
#B6C4D3RGB
rgb(182, 196, 211)HSL
hsl(211, 25%, 77%)OKLCH
oklch(0.814 0.026 250)CMYK
cmyk(14%, 7%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB0C4
2#859CB6
3#6C88A7
4#587593
5#4A617B
6#3B4E62
7#2C3A4A
8#1D2731
9#0F1319
Tints
Lighter variations
1#BDCAD7
2#C4D0DC
3#CCD6E0
4#D3DCE5
5#DAE1E9
6#E2E7ED
7#E9EDF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C4D2
2#B9C4D0
3#BAC4CF
4#BCC4CD
5#BDC4CC
6#BEC4CA
7#C0C4C9
8#C1C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C4 #B6C4D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BC | Disabled statesSecondary iconsMuted text |
| 500 | 708B #708BA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546F #546F8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4359 #435970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9EDF2;
--silver-200: #D6DEE6;
--silver-300: #B6C4D3;
--silver-400: #8FA5BC;
--silver-500: #708BA9;
--silver-600: #546F8C;
--silver-700: #435970;
--silver-800: #303F50;
--silver-900: #1F2833;
--silver-950: #131920;
}