Silver
#B6CED2
CyanColor Codes
All color formats for development
HEX
#B6CED2RGB
rgb(182, 206, 210)HSL
hsl(189, 24%, 77%)OKLCH
oklch(0.835 0.026 208.7)CMYK
cmyk(13%, 2%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EBEC4
2#86AEB5
3#6D9DA6
4#5A8A92
5#4B737A
6#3C5C61
7#2D4549
8#1E2E31
9#0F1718
Tints
Lighter variations
1#BED3D7
2#C5D8DB
3#CCDDE0
4#D3E2E4
5#DBE7E9
6#E2EBED
7#E9F0F2
8#F0F5F6
9#F8FAFB
Tones
Muted variations
1#B8CDD1
2#B9CCD0
3#BACBCE
4#BCCACD
5#BDC9CB
6#BFC8CA
7#C0C7C9
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 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B5 #90B5BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A0 #71A0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5583 #55838B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F0F1;
--silver-200: #D6E3E6;
--silver-300: #B6CED2;
--silver-400: #90B5BB;
--silver-500: #71A0A8;
--silver-600: #55838B;
--silver-700: #44686F;
--silver-800: #304A4F;
--silver-900: #1F3033;
--silver-950: #131E20;
}