Slate Gray
#7C969C
CyanColor Codes
All color formats for development
HEX
#7C969CRGB
rgb(124, 150, 156)HSL
hsl(191, 14%, 55%)OKLCH
oklch(0.655 0.031 213.3)CMYK
cmyk(21%, 4%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8990
2#607A80
3#546B70
4#485C60
5#3C4C50
6#303D40
7#242E30
8#181F20
9#0C0F10
Tints
Lighter variations
1#89A1A6
2#96ABB0
3#A3B6BA
4#B1C0C4
5#BECBCE
6#CBD5D8
7#D8E0E1
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#7E959B
2#7F9499
3#819397
4#839296
5#849194
6#869093
7#878F91
8#898E8F
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 | 99AE #99AEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C96 #7C969C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607A #607A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D61 #4D6166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #99AEB2;
--slate-gray-500: #7C969C;
--slate-gray-600: #607A80;
--slate-gray-700: #4D6166;
--slate-gray-800: #374549;
--slate-gray-900: #232C2F;
--slate-gray-950: #161C1D;
}