Slate Gray
#7C919C
BlueColor Codes
All color formats for development
HEX
#7C919CRGB
rgb(124, 145, 156)HSL
hsl(201, 14%, 55%)OKLCH
oklch(0.644 0.029 230.6)CMYK
cmyk(21%, 7%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8490
2#607580
3#546670
4#485860
5#3C4950
6#303A40
7#242C30
8#181D20
9#0C0F10
Tints
Lighter variations
1#899CA6
2#96A7B0
3#A3B2BA
4#B1BDC4
5#BEC8CE
6#CBD3D8
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7E919B
2#7F9099
3#819097
4#838F96
5#848F94
6#868E93
7#878E91
8#898D8F
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 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C91 #7C919C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6075 #607580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5D #4D5D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | 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: #D9DFE2;
--slate-gray-300: #BCC7CD;
--slate-gray-400: #99A9B2;
--slate-gray-500: #7C919C;
--slate-gray-600: #607580;
--slate-gray-700: #4D5D66;
--slate-gray-800: #374249;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}