Silver
#B8C8D1
BlueColor Codes
All color formats for development
HEX
#B8C8D1RGB
rgb(184, 200, 209)HSL
hsl(202, 21%, 77%)OKLCH
oklch(0.823 0.022 232.2)CMYK
cmyk(12%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0B5C1
2#89A3B2
3#7190A2
4#5D7C8F
5#4E6877
6#3E535F
7#2F3E47
8#1F2930
9#101518
Tints
Lighter variations
1#BFCDD5
2#C6D3DA
3#CDD8DF
4#D4DEE3
5#DCE3E8
6#E3E9EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#B9C7CF
2#BAC7CE
3#BCC7CD
4#BDC6CC
5#BEC6CB
6#BFC6C9
7#C1C5C8
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C8 #B8C8D1 | BordersInactive statesPlaceholder text |
| 400 | 93AB #93ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7493 #7493A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5976 #597688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475E #475E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7E0E5;
--silver-300: #B8C8D1;
--silver-400: #93ABB8;
--silver-500: #7493A4;
--silver-600: #597688;
--silver-700: #475E6C;
--silver-800: #32434D;
--silver-900: #202B31;
--silver-950: #141B1F;
}