Slate Gray
#7C8B9C
BlueColor Codes
All color formats for development
HEX
#7C8B9CRGB
rgb(124, 139, 156)HSL
hsl(212, 14%, 55%)OKLCH
oklch(0.631 0.031 251.6)CMYK
cmyk(21%, 11%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7D90
2#606F80
3#546170
4#485360
5#3C4550
6#303840
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8997A6
2#96A2B0
3#A3AEBA
4#B1BAC4
5#BEC5CE
6#CBD1D8
7#D8DCE1
8#E5E8EB
9#F2F3F5
Tones
Muted variations
1#7E8B9B
2#7F8B99
3#818C97
4#838C96
5#848C94
6#868C93
7#878C91
8#898C8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 99A5 #99A5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8B #7C8B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606F #606F80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D58 #4D5866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDF0;
--slate-gray-200: #D9DEE2;
--slate-gray-300: #BCC4CD;
--slate-gray-400: #99A5B2;
--slate-gray-500: #7C8B9C;
--slate-gray-600: #606F80;
--slate-gray-700: #4D5866;
--slate-gray-800: #373F49;
--slate-gray-900: #23282F;
--slate-gray-950: #16191D;
}