Silver
#B3D4D5
CyanColor Codes
All color formats for development
HEX
#B3D4D5RGB
rgb(179, 212, 213)HSL
hsl(182, 29%, 77%)OKLCH
oklch(0.846 0.035 198.8)CMYK
cmyk(16%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AC6C7
2#81B8B9
3#67A9AC
4#549698
5#467D7F
6#386465
7#2A4B4C
8#1C3233
9#0E1919
Tints
Lighter variations
1#BBD9DA
2#C2DDDE
3#CAE1E2
4#D2E5E6
5#D9EAEA
6#E1EEEE
7#E8F2F3
8#F0F6F7
9#F7FBFB
Tones
Muted variations
1#B5D3D4
2#B7D1D2
3#B8CFD0
4#BACECF
5#BCCCCD
6#BECBCB
7#BFC9C9
8#C1C8C8
9#C3C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D4 #B3D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBE #8CBEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAB #6BABAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508F #508F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F71 #3F7173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D51 #2D5152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3435 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9FA;
--silver-100: #E8F2F2;
--silver-200: #D4E7E7;
--silver-300: #B3D4D5;
--silver-400: #8CBEC0;
--silver-500: #6BABAE;
--silver-600: #508F91;
--silver-700: #3F7173;
--silver-800: #2D5152;
--silver-900: #1D3435;
--silver-950: #122021;
}