Silver
#B5C5D4
BlueColor Codes
All color formats for development
HEX
#B5C5D4RGB
rgb(181, 197, 212)HSL
hsl(209, 26%, 77%)OKLCH
oklch(0.816 0.027 246.4)CMYK
cmyk(15%, 7%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CB1C5
2#849EB7
3#6B8AA8
4#577794
5#49637C
6#3A4F63
7#2C3B4A
8#1D2831
9#0F1419
Tints
Lighter variations
1#BCCBD8
2#C4D0DC
3#CBD6E1
4#D3DCE5
5#DAE2E9
6#E1E8EE
7#E9EEF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C5D2
2#B8C5D1
3#BAC5CF
4#BBC5CD
5#BDC5CC
6#BEC5CA
7#C0C5C9
8#C1C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | 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: #F5F7F9;
--silver-100: #E9EDF2;
--silver-200: #D5DEE6;
--silver-300: #B5C5D4;
--silver-400: #8FA7BD;
--silver-500: #6E8DAA;
--silver-600: #53718D;
--silver-700: #425A70;
--silver-800: #2F4050;
--silver-900: #1E2933;
--silver-950: #131A20;
}