Silver
#B6CDD2
CyanColor Codes
All color formats for development
HEX
#B6CDD2RGB
rgb(182, 205, 210)HSL
hsl(191, 24%, 77%)OKLCH
oklch(0.833 0.026 212.3)CMYK
cmyk(13%, 2%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EBDC4
2#86ACB5
3#6D9BA6
4#5A8892
5#4B717A
6#3C5A61
7#2D4449
8#1E2D31
9#0F1718
Tints
Lighter variations
1#BED2D7
2#C5D7DB
3#CCDCE0
4#D3E1E4
5#DBE6E9
6#E2EBED
7#E9F0F2
8#F0F5F6
9#F8FAFB
Tones
Muted variations
1#B8CCD1
2#B9CBD0
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 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719E #719EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5581 #55818B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4467 #44676F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | 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: #B6CDD2;
--silver-400: #90B3BB;
--silver-500: #719EA8;
--silver-600: #55818B;
--silver-700: #44676F;
--silver-800: #30494F;
--silver-900: #1F2F33;
--silver-950: #131D20;
}