Slate Gray
#7C8F9C
BlueColor Codes
All color formats for development
HEX
#7C8F9CRGB
rgb(124, 143, 156)HSL
hsl(204, 14%, 55%)OKLCH
oklch(0.639 0.029 237.9)CMYK
cmyk(21%, 8%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8290
2#607380
3#546570
4#485760
5#3C4850
6#303A40
7#242B30
8#181D20
9#0C0E10
Tints
Lighter variations
1#899BA6
2#96A6B0
3#A3B1BA
4#B1BCC4
5#BEC7CE
6#CBD2D8
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7E8F9B
2#7F8F99
3#818E97
4#838E96
5#848E94
6#868E93
7#878D91
8#898D8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A8 #99A8B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8F #7C8F9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6073 #607380 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEF0;
--slate-gray-200: #D9DFE2;
--slate-gray-300: #BCC6CD;
--slate-gray-400: #99A8B2;
--slate-gray-500: #7C8F9C;
--slate-gray-600: #607380;
--slate-gray-700: #4D5C66;
--slate-gray-800: #374249;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}