Silver
#B5C1D4
BlueColor Codes
All color formats for development
HEX
#B5C1D4RGB
rgb(181, 193, 212)HSL
hsl(217, 26%, 77%)OKLCH
oklch(0.808 0.03 259.6)CMYK
cmyk(15%, 9%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CACC5
2#8497B7
3#6B82A8
4#576F94
5#495C7C
6#3A4A63
7#2C374A
8#1D2531
9#0F1219
Tints
Lighter variations
1#BCC7D8
2#C4CDDC
3#CBD3E1
4#D3DAE5
5#DAE0E9
6#E1E6EE
7#E9ECF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C1D2
2#B8C2D1
3#BAC2CF
4#BBC2CD
5#BDC3CC
6#BEC3CA
7#C0C3C9
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 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C1 #B5C1D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA0 #8FA0BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E85 #6E85AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5369 #53698D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4254 #425470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9ECF2;
--silver-200: #D5DCE6;
--silver-300: #B5C1D4;
--silver-400: #8FA0BD;
--silver-500: #6E85AA;
--silver-600: #53698D;
--silver-700: #425470;
--silver-800: #2F3C50;
--silver-900: #1E2633;
--silver-950: #131820;
}