Silver
#B3D5D5
CyanColor Codes
All color formats for development
HEX
#B3D5D5RGB
rgb(179, 213, 213)HSL
hsl(180, 29%, 77%)OKLCH
oklch(0.848 0.036 196.5)CMYK
cmyk(16%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AC7C7
2#81B9B9
3#67ACAC
4#549898
5#467F7F
6#386565
7#2A4C4C
8#1C3333
9#0E1919
Tints
Lighter variations
1#BBDADA
2#C2DEDE
3#CAE2E2
4#D2E6E6
5#D9EAEA
6#E1EEEE
7#E8F3F3
8#F0F7F7
9#F7FBFB
Tones
Muted variations
1#B5D4D4
2#B7D2D2
3#B8D0D0
4#BACFCF
5#BCCDCD
6#BECBCB
7#BFC9C9
8#C1C8C8
9#C3C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5FAFA;
--silver-100: #E8F2F2;
--silver-200: #D4E7E7;
--silver-300: #B3D5D5;
--silver-400: #8CC0C0;
--silver-500: #6BAEAE;
--silver-600: #509191;
--silver-700: #3F7373;
--silver-800: #2D5252;
--silver-900: #1D3535;
--silver-950: #122121;
}