Silver
#B3CAD5
BlueColor Codes
All color formats for development
HEX
#B3CAD5RGB
rgb(179, 202, 213)HSL
hsl(199, 29%, 77%)OKLCH
oklch(0.825 0.029 228.1)CMYK
cmyk(16%, 5%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AB9C7
2#81A7B9
3#6796AC
4#548298
5#466D7F
6#385765
7#2A414C
8#1C2B33
9#0E1619
Tints
Lighter variations
1#BBD0DA
2#C2D5DE
3#CADAE2
4#D2E0E6
5#D9E5EA
6#E1EAEE
7#E8EFF3
8#F0F5F7
9#F7FAFB
Tones
Muted variations
1#B5CAD4
2#B7C9D2
3#B8C9D0
4#BAC8CF
5#BCC7CD
6#BEC7CB
7#BFC6C9
8#C1C6C8
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CB #B3CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAF #8CAFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B98 #6B98AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507C #507C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F63 #3F6373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D47 #2D4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8FA;
--silver-100: #E8EFF2;
--silver-200: #D4E1E7;
--silver-300: #B3CBD5;
--silver-400: #8CAFC0;
--silver-500: #6B98AE;
--silver-600: #507C91;
--silver-700: #3F6373;
--silver-800: #2D4752;
--silver-900: #1D2D35;
--silver-950: #121C21;
}