Slate Gray
#7C959C
CyanColor Codes
All color formats for development
HEX
#7C959CRGB
rgb(124, 149, 156)HSL
hsl(193, 14%, 55%)OKLCH
oklch(0.653 0.03 216.6)CMYK
cmyk(21%, 4%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8890
2#607980
3#546A70
4#485B60
5#3C4C50
6#303D40
7#242D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#89A0A6
2#96AAB0
3#A3B5BA
4#B1C0C4
5#BECACE
6#CBD5D8
7#D8DFE1
8#E5EAEB
9#F2F4F5
Tones
Muted variations
1#7E949B
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 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AD #99ADB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C95 #7C959C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6079 #607980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D60 #4D6066 | 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: #D9E0E2;
--slate-gray-300: #BCC9CD;
--slate-gray-400: #99ADB2;
--slate-gray-500: #7C959C;
--slate-gray-600: #607980;
--slate-gray-700: #4D6066;
--slate-gray-800: #374549;
--slate-gray-900: #232C2F;
--slate-gray-950: #161C1D;
}