Silver
#B9C7CF
BlueColor Codes
All color formats for development
HEX
#B9C7CFRGB
rgb(185, 199, 207)HSL
hsl(202, 19%, 77%)OKLCH
oklch(0.821 0.019 232.6)CMYK
cmyk(11%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2B5C0
2#8AA2B0
3#738FA0
4#5F7C8C
5#506775
6#40535D
7#303E46
8#20292F
9#101517
Tints
Lighter variations
1#C0CDD4
2#C7D2D9
3#CED8DE
4#D5DEE2
5#DCE3E7
6#E3E9EC
7#EAEEF1
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BAC7CE
2#BBC7CD
3#BDC6CC
4#BEC6CB
5#BFC6CA
6#C0C6C9
7#C1C5C8
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 | B9C7 #B9C7CF | BordersInactive statesPlaceholder text |
| 400 | 95AA #95AAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7692 #7692A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B76 #5B7686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485E #485E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | 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: #B9C7CF;
--silver-400: #95AAB7;
--silver-500: #7692A2;
--silver-600: #5B7686;
--silver-700: #485E6A;
--silver-800: #34434C;
--silver-900: #212B31;
--silver-950: #151B1E;
}