Silver
#B7D1D1
CyanColor Codes
All color formats for development
HEX
#B7D1D1RGB
rgb(183, 209, 209)HSL
hsl(180, 22%, 77%)OKLCH
oklch(0.841 0.028 196.6)CMYK
cmyk(12%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FC2C2
2#88B3B3
3#70A3A3
4#5C9090
5#4D7878
6#3D6060
7#2E4848
8#1F3030
9#0F1818
Tints
Lighter variations
1#BFD6D6
2#C6DADA
3#CDDFDF
4#D4E4E4
5#DBE8E8
6#E2EDED
7#EAF1F1
8#F1F6F6
9#F8FAFA
Tones
Muted variations
1#B9D0D0
2#BACFCF
3#BBCDCD
4#BDCCCC
5#BECBCB
6#BFCACA
7#C0C8C8
8#C2C7C7
9#C3C6C6
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 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D7E5E5;
--silver-300: #B7D1D1;
--silver-400: #92B9B9;
--silver-500: #73A5A5;
--silver-600: #588989;
--silver-700: #466D6D;
--silver-800: #324E4E;
--silver-900: #203232;
--silver-950: #141F1F;
}