Slate Gray
#7C8D9C
BlueColor Codes
All color formats for development
HEX
#7C8D9CRGB
rgb(124, 141, 156)HSL
hsl(208, 14%, 55%)OKLCH
oklch(0.635 0.03 244.9)CMYK
cmyk(21%, 10%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7F90
2#607180
3#546370
4#485560
5#3C4750
6#303940
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8999A6
2#96A4B0
3#A3AFBA
4#B1BBC4
5#BEC6CE
6#CBD2D8
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7E8D9B
2#7F8D99
3#818D97
4#838D96
5#848D94
6#868D93
7#878D91
8#898C8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8D #7C8D9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6071 #607180 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5A #4D5A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDF0;
--slate-gray-200: #D9DEE2;
--slate-gray-300: #BCC5CD;
--slate-gray-400: #99A7B2;
--slate-gray-500: #7C8D9C;
--slate-gray-600: #607180;
--slate-gray-700: #4D5A66;
--slate-gray-800: #374049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}