Slate Gray
#7C8C9C
BlueColor Codes
All color formats for development
HEX
#7C8C9CRGB
rgb(124, 140, 156)HSL
hsl(210, 14%, 55%)OKLCH
oklch(0.633 0.03 248.3)CMYK
cmyk(21%, 10%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7E90
2#607080
3#546270
4#485460
5#3C4650
6#303840
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8998A6
2#96A3B0
3#A3AFBA
4#B1BAC4
5#BEC6CE
6#CBD1D8
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7E8C9B
2#7F8C99
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 | 99A6 #99A6B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8C #7C8C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6070 #607080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D59 #4D5966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--slate-gray-100: #EBEDF0;
--slate-gray-200: #D9DEE2;
--slate-gray-300: #BCC4CD;
--slate-gray-400: #99A6B2;
--slate-gray-500: #7C8C9C;
--slate-gray-600: #607080;
--slate-gray-700: #4D5966;
--slate-gray-800: #374049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}