Slate Gray
#7C9C9C
CyanColor Codes
All color formats for development
HEX
#7C9C9CRGB
rgb(124, 156, 156)HSL
hsl(180, 14%, 55%)OKLCH
oklch(0.669 0.035 196.3)CMYK
cmyk(21%, 0%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D9090
2#608080
3#547070
4#486060
5#3C5050
6#304040
7#243030
8#182020
9#0C1010
Tints
Lighter variations
1#89A6A6
2#96B0B0
3#A3BABA
4#B1C4C4
5#BECECE
6#CBD8D8
7#D8E1E1
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7E9B9B
2#7F9999
3#819797
4#839696
5#849494
6#869393
7#879191
8#898F8F
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBF0F0;
--slate-gray-200: #D9E2E2;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #99B2B2;
--slate-gray-500: #7C9C9C;
--slate-gray-600: #608080;
--slate-gray-700: #4D6666;
--slate-gray-800: #374949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}