Silver
#B5C0D4
BlueColor Codes
All color formats for development
HEX
#B5C0D4RGB
rgb(181, 192, 212)HSL
hsl(219, 26%, 77%)OKLCH
oklch(0.806 0.031 262.5)CMYK
cmyk(15%, 9%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CABC5
2#8495B7
3#6B80A8
4#576D94
5#495B7C
6#3A4863
7#2C364A
8#1D2431
9#0F1219
Tints
Lighter variations
1#BCC6D8
2#C4CCDC
3#CBD3E1
4#D3D9E5
5#DADFE9
6#E1E6EE
7#E9ECF2
8#F0F2F6
9#F8F9FB
Tones
Muted variations
1#B7C0D2
2#B8C1D1
3#BAC1CF
4#BBC2CD
5#BDC2CC
6#BEC3CA
7#C0C3C9
8#C1C3C7
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 | D5DB #D5DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E83 #6E83AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5367 #53678D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4252 #425270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B50 | 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: #D5DBE6;
--silver-300: #B5C0D4;
--silver-400: #8F9FBD;
--silver-500: #6E83AA;
--silver-600: #53678D;
--silver-700: #425270;
--silver-800: #2F3B50;
--silver-900: #1E2633;
--silver-950: #131820;
}