Slate Gray
#7C8E9C
BlueColor Codes
All color formats for development
HEX
#7C8E9CRGB
rgb(124, 142, 156)HSL
hsl(206, 14%, 55%)OKLCH
oklch(0.637 0.03 241.4)CMYK
cmyk(21%, 9%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8190
2#607280
3#546470
4#485660
5#3C4750
6#303940
7#242B30
8#181D20
9#0C0E10
Tints
Lighter variations
1#899AA6
2#96A5B0
3#A3B0BA
4#B1BBC4
5#BEC7CE
6#CBD2D8
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7E8E9B
2#7F8E99
3#818E97
4#838E96
5#848D94
6#868D93
7#878D91
8#898D8F
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 | 7C8E #7C8E9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6072 #607280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5B #4D5B66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | 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: #7C8E9C;
--slate-gray-600: #607280;
--slate-gray-700: #4D5B66;
--slate-gray-800: #374149;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}