Silver
#B6BED2
BlueColor Codes
All color formats for development
HEX
#B6BED2RGB
rgb(182, 190, 210)HSL
hsl(223, 24%, 77%)OKLCH
oklch(0.802 0.03 268.3)CMYK
cmyk(13%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA9C4
2#8693B5
3#6D7DA6
4#5A6A92
5#4B587A
6#3C4661
7#2D3549
8#1E2331
9#0F1218
Tints
Lighter variations
1#BEC5D7
2#C5CBDB
3#CCD2E0
4#D3D8E4
5#DBDFE9
6#E2E5ED
7#E9ECF2
8#F0F2F6
9#F8F9FB
Tones
Muted variations
1#B8BFD1
2#B9BFD0
3#BAC0CE
4#BCC1CD
5#BDC1CB
6#BFC2CA
7#C0C3C9
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED2 | BordersInactive statesPlaceholder text |
| 400 | 909C #909CBB | Disabled statesSecondary iconsMuted text |
| 500 | 7180 #7180A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4450 #44506F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #30394F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EBF1;
--silver-200: #D6DAE6;
--silver-300: #B6BED2;
--silver-400: #909CBB;
--silver-500: #7180A8;
--silver-600: #55658B;
--silver-700: #44506F;
--silver-800: #30394F;
--silver-900: #1F2533;
--silver-950: #131720;
}