Slate Gray
#7C939C
BlueColor Codes
All color formats for development
HEX
#7C939CRGB
rgb(124, 147, 156)HSL
hsl(197, 14%, 55%)OKLCH
oklch(0.648 0.029 223.5)CMYK
cmyk(21%, 6%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8690
2#607780
3#546870
4#485960
5#3C4A50
6#303C40
7#242D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#899EA6
2#96A9B0
3#A3B4BA
4#B1BEC4
5#BEC9CE
6#CBD4D8
7#D8DFE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7E939B
2#7F9299
3#819197
4#839096
5#849094
6#868F93
7#878E91
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 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 99AB #99ABB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C93 #7C939C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6077 #607780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5F #4D5F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEF0;
--slate-gray-200: #D9E0E2;
--slate-gray-300: #BCC8CD;
--slate-gray-400: #99ABB2;
--slate-gray-500: #7C939C;
--slate-gray-600: #607780;
--slate-gray-700: #4D5F66;
--slate-gray-800: #374449;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}