Silver
#92B2B9
CyanColor Codes
All color formats for development
HEX
#92B2B9RGB
rgb(146, 178, 185)HSL
hsl(191, 22%, 65%)OKLCH
oklch(0.742 0.036 212.4)CMYK
cmyk(21%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7EA4AC
2#6A96A0
3#5A848E
4#4E7179
5#415E65
6#344C51
7#27393D
8#1A2628
9#0D1314
Tints
Lighter variations
1#9DBAC0
2#A8C2C7
3#B3C9CE
4#BED1D5
5#C9D9DC
6#D3E0E3
7#DEE8EA
8#E9F0F1
9#F4F7F8
Tones
Muted variations
1#94B1B7
2#96B0B5
3#98AEB3
4#9AADB2
5#9CACB0
6#9EABAE
7#A0A9AC
8#A2A8AA
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B2 #92B2B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739C #739CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5880 #588089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4666 #46666D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9F0F1;
--silver-200: #D7E2E5;
--silver-300: #B7CDD1;
--silver-400: #92B2B9;
--silver-500: #739CA5;
--silver-600: #588089;
--silver-700: #46666D;
--silver-800: #32494E;
--silver-900: #202E32;
--silver-950: #141D1F;
}