Silver
#B9C8CF
BlueColor Codes
All color formats for development
HEX
#B9C8CFRGB
rgb(185, 200, 207)HSL
hsl(199, 19%, 77%)OKLCH
oklch(0.823 0.019 227.3)CMYK
cmyk(11%, 3%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2B6C0
2#8AA4B0
3#7392A0
4#5F7E8C
5#506975
6#40545D
7#303F46
8#202A2F
9#101517
Tints
Lighter variations
1#C0CED4
2#C7D3D9
3#CED9DE
4#D5DEE2
5#DCE4E7
6#E3E9EC
7#EAEFF1
8#F1F4F5
9#F8FAFA
Tones
Muted variations
1#BAC8CE
2#BBC8CD
3#BDC7CC
4#BEC7CB
5#BFC6CA
6#C0C6C9
7#C1C6C8
8#C2C5C7
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AC #95ACB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B78 #5B7886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D8E0E4;
--silver-300: #B9C8CF;
--silver-400: #95ACB7;
--silver-500: #7694A2;
--silver-600: #5B7886;
--silver-700: #485F6A;
--silver-800: #34444C;
--silver-900: #212C31;
--silver-950: #151B1E;
}