Slate Gray
#7C7C9C
BlueColor Codes
All color formats for development
HEX
#7C7C9CRGB
rgb(124, 124, 156)HSL
hsl(240, 14%, 55%)OKLCH
oklch(0.598 0.048 284.8)CMYK
cmyk(21%, 21%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D6D90
2#606080
3#545470
4#484860
5#3C3C50
6#303040
7#242430
8#181820
9#0C0C10
Tints
Lighter variations
1#8989A6
2#9696B0
3#A3A3BA
4#B1B1C4
5#BEBECE
6#CBCBD8
7#D8D8E1
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#7E7E9B
2#7F7F99
3#818197
4#838396
5#848494
6#868693
7#878791
8#89898F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EBEBF0;
--slate-gray-200: #D9D9E2;
--slate-gray-300: #BCBCCD;
--slate-gray-400: #9999B2;
--slate-gray-500: #7C7C9C;
--slate-gray-600: #606080;
--slate-gray-700: #4D4D66;
--slate-gray-800: #373749;
--slate-gray-900: #23232F;
--slate-gray-950: #16161D;
}