Silver
#B6CFD2
CyanColor Codes
All color formats for development
HEX
#B6CFD2RGB
rgb(182, 207, 210)HSL
hsl(186, 24%, 77%)OKLCH
oklch(0.837 0.027 205.4)CMYK
cmyk(13%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EC0C4
2#86B0B5
3#6DA0A6
4#5A8C92
5#4B757A
6#3C5E61
7#2D4649
8#1E2F31
9#0F1718
Tints
Lighter variations
1#BED4D7
2#C5D9DB
3#CCDEE0
4#D3E3E4
5#DBE7E9
6#E2ECED
7#E9F1F2
8#F0F6F6
9#F8FAFB
Tones
Muted variations
1#B8CED1
2#B9CDD0
3#BACCCE
4#BCCBCD
5#BDCACB
6#BFC9CA
7#C0C8C9
8#C2C7C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D2 | BordersInactive statesPlaceholder text |
| 400 | 90B7 #90B7BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A2 #71A2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5586 #55868B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446A #446A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304C #304C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | 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: #E9F1F1;
--silver-200: #D6E4E6;
--silver-300: #B6D0D2;
--silver-400: #90B7BB;
--silver-500: #71A2A8;
--silver-600: #55868B;
--silver-700: #446A6F;
--silver-800: #304C4F;
--silver-900: #1F3133;
--silver-950: #131E20;
}