Silver
#B6BDD3
BlueColor Codes
All color formats for development
HEX
#B6BDD3RGB
rgb(182, 189, 211)HSL
hsl(226, 25%, 77%)OKLCH
oklch(0.8 0.032 271.6)CMYK
cmyk(14%, 10%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DA6C4
2#8590B6
3#6C7AA7
4#586693
5#4A557B
6#3B4462
7#2C334A
8#1D2231
9#0F1119
Tints
Lighter variations
1#BDC3D7
2#C4CADC
3#CCD0E0
4#D3D7E5
5#DADEE9
6#E2E4ED
7#E9EBF2
8#F0F2F6
9#F8F8FB
Tones
Muted variations
1#B7BDD2
2#B9BED0
3#BABFCF
4#BCC0CD
5#BDC0CC
6#BEC1CA
7#C0C2C9
8#C1C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9A #8F9ABC | Disabled statesSecondary iconsMuted text |
| 500 | 707D #707DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5461 #54618C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E9EBF2;
--silver-200: #D6D9E6;
--silver-300: #B6BDD3;
--silver-400: #8F9ABC;
--silver-500: #707DA9;
--silver-600: #54618C;
--silver-700: #434D70;
--silver-800: #303750;
--silver-900: #1F2333;
--silver-950: #131620;
}