Silver
#B7CED1
CyanColor Codes
All color formats for development
HEX
#B7CED1RGB
rgb(183, 206, 209)HSL
hsl(187, 22%, 77%)OKLCH
oklch(0.835 0.025 206.2)CMYK
cmyk(12%, 1%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FBEC2
2#88AEB3
3#709DA3
4#5C8A90
5#4D7378
6#3D5C60
7#2E4548
8#1F2E30
9#0F1718
Tints
Lighter variations
1#BFD3D6
2#C6D8DA
3#CDDDDF
4#D4E2E4
5#DBE7E8
6#E2EBED
7#EAF0F1
8#F1F5F6
9#F8FAFA
Tones
Muted variations
1#B9CDD0
2#BACCCF
3#BBCBCD
4#BDCACC
5#BEC9CB
6#BFC8CA
7#C0C7C8
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CE #B7CED1 | BordersInactive statesPlaceholder text |
| 400 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5883 #588389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4668 #46686D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F0F1;
--silver-200: #D7E3E5;
--silver-300: #B7CED1;
--silver-400: #92B5B9;
--silver-500: #73A0A5;
--silver-600: #588389;
--silver-700: #46686D;
--silver-800: #324B4E;
--silver-900: #203032;
--silver-950: #141E1F;
}