Silver
#B6C6D2
BlueColor Codes
All color formats for development
HEX
#B6C6D2RGB
rgb(182, 198, 210)HSL
hsl(206, 24%, 77%)OKLCH
oklch(0.818 0.024 240.2)CMYK
cmyk(13%, 6%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EB3C4
2#86A0B5
3#6D8DA6
4#5A7A92
5#4B657A
6#3C5161
7#2D3D49
8#1E2931
9#0F1418
Tints
Lighter variations
1#BECCD7
2#C5D2DB
3#CCD7E0
4#D3DDE4
5#DBE3E9
6#E2E8ED
7#E9EEF2
8#F0F4F6
9#F8F9FB
Tones
Muted variations
1#B8C6D1
2#B9C6D0
3#BAC6CE
4#BCC5CD
5#BDC5CB
6#BFC5CA
7#C0C5C9
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A9 #90A9BB | Disabled statesSecondary iconsMuted text |
| 500 | 7190 #7190A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5574 #55748B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445C #445C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #30424F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D6DFE6;
--silver-300: #B6C6D2;
--silver-400: #90A9BB;
--silver-500: #7190A8;
--silver-600: #55748B;
--silver-700: #445C6F;
--silver-800: #30424F;
--silver-900: #1F2A33;
--silver-950: #131A20;
}