Silver
#B9CCD0
CyanColor Codes
All color formats for development
HEX
#B9CCD0RGB
rgb(185, 204, 208)HSL
hsl(190, 20%, 77%)OKLCH
oklch(0.832 0.021 211.8)CMYK
cmyk(11%, 2%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1BBC0
2#89AAB1
3#7299A1
4#5E868D
5#4F6F76
6#3F595E
7#2F4347
8#1F2D2F
9#101618
Tints
Lighter variations
1#C0D1D5
2#C7D6D9
3#CEDBDE
4#D5E1E3
5#DCE6E8
6#E3EBEC
7#EAF0F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#BACBCF
2#BBCBCE
3#BCCACD
4#BDC9CB
5#BEC8CA
6#C0C7C9
7#C1C7C8
8#C2C6C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CC #B9CCD0 | BordersInactive statesPlaceholder text |
| 400 | 94B2 #94B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759C #759CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7F #5A7F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3348 #33484D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAF0F1;
--silver-200: #D7E2E4;
--silver-300: #B9CCD0;
--silver-400: #94B2B8;
--silver-500: #759CA3;
--silver-600: #5A7F87;
--silver-700: #47656B;
--silver-800: #33484D;
--silver-900: #212E31;
--silver-950: #141D1F;
}