Slate Gray
#7C819C
BlueColor Codes
All color formats for development
HEX
#7C819CRGB
rgb(124, 129, 156)HSL
hsl(231, 14%, 55%)OKLCH
oklch(0.609 0.041 276.9)CMYK
cmyk(21%, 17%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7290
2#606580
3#545970
4#484C60
5#3C3F50
6#303340
7#242630
8#181920
9#0C0D10
Tints
Lighter variations
1#898EA6
2#969AB0
3#A3A7BA
4#B1B3C4
5#BEC0CE
6#CBCDD8
7#D8D9E1
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#7E829B
2#7F8399
3#818497
4#838696
5#848794
6#868893
7#878991
8#898A8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999D #999DB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C81 #7C819C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6065 #606580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D51 #4D5166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEBF0;
--slate-gray-200: #D9DBE2;
--slate-gray-300: #BCBFCD;
--slate-gray-400: #999DB2;
--slate-gray-500: #7C819C;
--slate-gray-600: #606580;
--slate-gray-700: #4D5166;
--slate-gray-800: #373A49;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}