Silver
#B8C5D1
BlueColor Codes
All color formats for development
HEX
#B8C5D1RGB
rgb(184, 197, 209)HSL
hsl(209, 21%, 77%)OKLCH
oklch(0.817 0.022 245.9)CMYK
cmyk(12%, 6%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0B1C1
2#899EB2
3#718AA2
4#5D778F
5#4E6377
6#3E4F5F
7#2F3B47
8#1F2830
9#101418
Tints
Lighter variations
1#BFCBD5
2#C6D0DA
3#CDD6DF
4#D4DCE3
5#DCE2E8
6#E3E8EC
7#EAEEF1
8#F1F3F6
9#F8F9FA
Tones
Muted variations
1#B9C5CF
2#BAC5CE
3#BCC5CD
4#BDC5CC
5#BEC5CB
6#BFC5C9
7#C1C4C8
8#C2C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A6 #93A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748D #748DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5971 #597188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EDF1;
--silver-200: #D7DEE5;
--silver-300: #B8C5D1;
--silver-400: #93A6B8;
--silver-500: #748DA4;
--silver-600: #597188;
--silver-700: #475A6C;
--silver-800: #32404D;
--silver-900: #202931;
--silver-950: #141A1F;
}