Silver
#B6C3D3
BlueColor Codes
All color formats for development
HEX
#B6C3D3RGB
rgb(182, 195, 211)HSL
hsl(213, 25%, 77%)OKLCH
oklch(0.812 0.027 253.6)CMYK
cmyk(14%, 8%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DAFC4
2#859BB6
3#6C87A7
4#587393
5#4A607B
6#3B4D62
7#2C394A
8#1D2631
9#0F1319
Tints
Lighter variations
1#BDC9D7
2#C4CFDC
3#CCD5E0
4#D3DBE5
5#DAE1E9
6#E2E7ED
7#E9EDF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C3D2
2#B9C3D0
3#BAC3CF
4#BCC3CD
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 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 7089 #7089A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546D #546D8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4357 #435770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303E #303E50 | 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: #D6DDE6;
--silver-300: #B6C3D3;
--silver-400: #8FA4BC;
--silver-500: #7089A9;
--silver-600: #546D8C;
--silver-700: #435770;
--silver-800: #303E50;
--silver-900: #1F2833;
--silver-950: #131920;
}