Silver
#92B5B9
CyanColor Codes
All color formats for development
HEX
#92B5B9RGB
rgb(146, 181, 185)HSL
hsl(186, 22%, 65%)OKLCH
oklch(0.749 0.038 204.9)CMYK
cmyk(21%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7EA8AC
2#6A9AA0
3#5A888E
4#4E7579
5#416165
6#344E51
7#273A3D
8#1A2728
9#0D1314
Tints
Lighter variations
1#9DBDC0
2#A8C4C7
3#B3CCCE
4#BED3D5
5#C9DADC
6#D3E2E3
7#DEE9EA
8#E9F0F1
9#F4F8F8
Tones
Muted variations
1#94B4B7
2#96B2B5
3#98B1B3
4#9AAFB2
5#9CAEB0
6#9EACAE
7#A0AAAC
8#A2A9AA
9#A4A7A8
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5884 #588489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4669 #46696D | 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: #D7E4E5;
--silver-300: #B7CFD1;
--silver-400: #92B5B9;
--silver-500: #73A0A5;
--silver-600: #588489;
--silver-700: #46696D;
--silver-800: #324B4E;
--silver-900: #203032;
--silver-950: #141E1F;
}