Silver
#B3C9D5
BlueColor Codes
All color formats for development
HEX
#B3C9D5RGB
rgb(179, 201, 213)HSL
hsl(201, 29%, 77%)OKLCH
oklch(0.823 0.029 231.5)CMYK
cmyk(16%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AB8C7
2#81A6B9
3#6794AC
4#548098
5#466B7F
6#385565
7#2A404C
8#1C2B33
9#0E1519
Tints
Lighter variations
1#BBCFDA
2#C2D4DE
3#CADAE2
4#D2DFE6
5#D9E4EA
6#E1EAEE
7#E8EFF3
8#F0F4F7
9#F7FAFB
Tones
Muted variations
1#B5C9D4
2#B7C8D2
3#B8C8D0
4#BAC7CF
5#BCC7CD
6#BEC6CB
7#BFC6C9
8#C1C5C8
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 | B3C9 #B3C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B96 #6B96AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507A #507A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F61 #3F6173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D45 #2D4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | 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: #B3C9D5;
--silver-400: #8CAEC0;
--silver-500: #6B96AE;
--silver-600: #507A91;
--silver-700: #3F6173;
--silver-800: #2D4552;
--silver-900: #1D2C35;
--silver-950: #121C21;
}