Silver
#B9CED0
CyanColor Codes
All color formats for development
HEX
#B9CED0RGB
rgb(185, 206, 208)HSL
hsl(185, 20%, 77%)OKLCH
oklch(0.836 0.023 203.7)CMYK
cmyk(11%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1BEC0
2#89ADB1
3#729DA1
4#5E898D
5#4F7376
6#3F5C5E
7#2F4547
8#1F2E2F
9#101718
Tints
Lighter variations
1#C0D3D5
2#C7D8D9
3#CEDDDE
4#D5E2E3
5#DCE7E8
6#E3EBEC
7#EAF0F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#BACDCF
2#BBCCCE
3#BCCBCD
4#BDCACB
5#BEC9CA
6#C0C8C9
7#C1C7C8
8#C2C6C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF0F1;
--silver-200: #D7E3E4;
--silver-300: #B9CED0;
--silver-400: #94B5B8;
--silver-500: #759FA3;
--silver-600: #5A8387;
--silver-700: #47686B;
--silver-800: #334A4D;
--silver-900: #213031;
--silver-950: #141E1F;
}