Slate Gray
#7C829C
BlueColor Codes
All color formats for development
HEX
#7C829CRGB
rgb(124, 130, 156)HSL
hsl(229, 14%, 55%)OKLCH
oklch(0.611 0.04 274.9)CMYK
cmyk(21%, 17%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7390
2#606680
3#545970
4#484D60
5#3C4050
6#303340
7#242630
8#181A20
9#0C0D10
Tints
Lighter variations
1#898FA6
2#969BB0
3#A3A8BA
4#B1B4C4
5#BEC1CE
6#CBCDD8
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7E839B
2#7F8499
3#818597
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 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999E #999EB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C82 #7C829C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6066 #606680 | 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: #EBECF0;
--slate-gray-200: #D9DBE2;
--slate-gray-300: #BCBFCD;
--slate-gray-400: #999EB2;
--slate-gray-500: #7C829C;
--slate-gray-600: #606680;
--slate-gray-700: #4D5166;
--slate-gray-800: #373A49;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}