Silver
#B9C7D0
BlueColor Codes
All color formats for development
HEX
#B9C7D0RGB
rgb(185, 199, 208)HSL
hsl(203, 20%, 77%)OKLCH
oklch(0.822 0.02 235.8)CMYK
cmyk(11%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1B4C0
2#89A2B1
3#728FA1
4#5E7B8D
5#4F6776
6#3F525E
7#2F3E47
8#1F292F
9#101518
Tints
Lighter variations
1#C0CDD5
2#C7D2D9
3#CED8DE
4#D5DDE3
5#DCE3E8
6#E3E9EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#BAC7CF
2#BBC7CE
3#BCC6CD
4#BDC6CB
5#BEC6CA
6#C0C5C9
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C7 #B9C7D0 | BordersInactive statesPlaceholder text |
| 400 | 94AA #94AAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7592 #7592A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A75 #5A7587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475D #475D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3343 #33434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | 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: #EAEEF1;
--silver-200: #D7DFE4;
--silver-300: #B9C7D0;
--silver-400: #94AAB8;
--silver-500: #7592A3;
--silver-600: #5A7587;
--silver-700: #475D6B;
--silver-800: #33434D;
--silver-900: #212B31;
--silver-950: #141B1F;
}