Silver
#B8CED1
CyanColor Codes
All color formats for development
HEX
#B8CED1RGB
rgb(184, 206, 209)HSL
hsl(187, 21%, 77%)OKLCH
oklch(0.836 0.024 206.6)CMYK
cmyk(12%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0BDC1
2#89ADB2
3#719CA2
4#5D898F
5#4E7277
6#3E5B5F
7#2F4447
8#1F2E30
9#101718
Tints
Lighter variations
1#BFD3D5
2#C6D8DA
3#CDDDDF
4#D4E1E3
5#DCE6E8
6#E3EBEC
7#EAF0F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#B9CDCF
2#BACCCE
3#BCCBCD
4#BDCACC
5#BEC9CB
6#BFC8C9
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 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CE #B8CED1 | BordersInactive statesPlaceholder text |
| 400 | 93B4 #93B4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749F #749FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5982 #598288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #E9F0F1;
--silver-200: #D7E3E5;
--silver-300: #B8CED1;
--silver-400: #93B4B8;
--silver-500: #749FA4;
--silver-600: #598288;
--silver-700: #47686C;
--silver-800: #324A4D;
--silver-900: #202F31;
--silver-950: #141E1F;
}