Silver
#B6CAD3
BlueColor Codes
All color formats for development
HEX
#B6CAD3RGB
rgb(182, 202, 211)HSL
hsl(199, 25%, 77%)OKLCH
oklch(0.827 0.025 226.5)CMYK
cmyk(14%, 4%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB8C4
2#85A6B6
3#6C94A7
4#588193
5#4A6B7B
6#3B5662
7#2C404A
8#1D2B31
9#0F1519
Tints
Lighter variations
1#BDCFD7
2#C4D4DC
3#CCDAE0
4#D3DFE5
5#DAE4E9
6#E2EAED
7#E9EFF2
8#F0F4F6
9#F8FAFB
Tones
Muted variations
1#B7C9D2
2#B9C9D0
3#BAC8CF
4#BCC8CD
5#BDC7CC
6#BEC7CA
7#C0C6C9
8#C1C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD3 | BordersInactive statesPlaceholder text |
| 400 | 8FAE #8FAEBC | Disabled statesSecondary iconsMuted text |
| 500 | 7097 #7097A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #304650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2D #1F2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9EFF2;
--silver-200: #D6E1E6;
--silver-300: #B6CAD3;
--silver-400: #8FAEBC;
--silver-500: #7097A9;
--silver-600: #547A8C;
--silver-700: #436170;
--silver-800: #304650;
--silver-900: #1F2D33;
--silver-950: #131C20;
}