Silver
#B6BFD2
BlueColor Codes
All color formats for development
HEX
#B6BFD2RGB
rgb(182, 191, 210)HSL
hsl(221, 24%, 77%)OKLCH
oklch(0.804 0.029 265.4)CMYK
cmyk(13%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EAAC4
2#8694B5
3#6D7FA6
4#5A6B92
5#4B5A7A
6#3C4861
7#2D3649
8#1E2431
9#0F1218
Tints
Lighter variations
1#BEC6D7
2#C5CCDB
3#CCD2E0
4#D3D9E4
5#DBDFE9
6#E2E5ED
7#E9ECF2
8#F0F2F6
9#F8F9FB
Tones
Muted variations
1#B8C0D1
2#B9C0D0
3#BAC1CE
4#BCC1CD
5#BDC2CB
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD2 | BordersInactive statesPlaceholder text |
| 400 | 909E #909EBB | Disabled statesSecondary iconsMuted text |
| 500 | 7182 #7182A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5566 #55668B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4451 #44516F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A4F | 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: #E9ECF1;
--silver-200: #D6DBE6;
--silver-300: #B6BFD2;
--silver-400: #909EBB;
--silver-500: #7182A8;
--silver-600: #55668B;
--silver-700: #44516F;
--silver-800: #303A4F;
--silver-900: #1F2533;
--silver-950: #131720;
}