Slate Gray
#7C989C
CyanColor Codes
All color formats for development
HEX
#7C989CRGB
rgb(124, 152, 156)HSL
hsl(188, 14%, 55%)OKLCH
oklch(0.66 0.032 207)CMYK
cmyk(21%, 3%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8B90
2#607C80
3#546C70
4#485D60
5#3C4D50
6#303E40
7#242E30
8#181F20
9#0C0F10
Tints
Lighter variations
1#89A2A6
2#96ADB0
3#A3B7BA
4#B1C1C4
5#BECCCE
6#CBD6D8
7#D8E0E1
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#7E979B
2#7F9699
3#819497
4#839396
5#849294
6#869193
7#879091
8#898F8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 99AF #99AFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C98 #7C989C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607C #607C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D62 #4D6266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFF0;
--slate-gray-200: #D9E1E2;
--slate-gray-300: #BCCACD;
--slate-gray-400: #99AFB2;
--slate-gray-500: #7C989C;
--slate-gray-600: #607C80;
--slate-gray-700: #4D6266;
--slate-gray-800: #374649;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}