Silver
#93B4B8
CyanColor Codes
All color formats for development
HEX
#93B4B8RGB
rgb(147, 180, 184)HSL
hsl(186, 21%, 65%)OKLCH
oklch(0.747 0.036 205.5)CMYK
cmyk(20%, 2%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA7AB
2#6B999E
3#5C888C
4#4F7478
5#416164
6#344D50
7#273A3C
8#1A2728
9#0D1314
Tints
Lighter variations
1#9EBCC0
2#A9C4C7
3#B3CBCE
4#BED2D5
5#C9DADC
6#D4E1E3
7#DFE9EA
8#E9F0F1
9#F4F8F8
Tones
Muted variations
1#95B3B7
2#97B2B5
3#99B0B3
4#9BAFB1
5#9CADAF
6#9EACAD
7#A0AAAB
8#A2A9A9
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CE #B8CED1 | BordersInactive statesPlaceholder text |
| 400 | 93B5 #93B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A0 #74A0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5983 #598388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | 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: #B8CED1;
--silver-400: #93B5B8;
--silver-500: #74A0A4;
--silver-600: #598388;
--silver-700: #47686C;
--silver-800: #324A4D;
--silver-900: #203031;
--silver-950: #141E1F;
}