Slate Gray
#5C7D84
CyanColor Codes
All color formats for development
HEX
#5C7D84RGB
rgb(92, 125, 132)HSL
hsl(191, 18%, 44%)OKLCH
oklch(0.567 0.039 212.2)CMYK
cmyk(30%, 5%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537077
2#4A646A
3#40575D
4#374B4F
5#2E3E42
6#253235
7#1C2528
8#12191A
9#090C0D
Tints
Lighter variations
1#688D95
2#789AA1
3#89A6AD
4#9AB3B9
5#ABC0C4
6#BCCCD0
7#CCD9DC
8#DDE6E8
9#EEF2F3
Tones
Muted variations
1#5E7C82
2#607A80
3#62797E
4#64787C
5#66777A
6#687578
7#6A7476
8#6C7374
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCF | BordersInactive statesPlaceholder text |
| 400 | 96B0 #96B0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7899 #7899A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7D #5C7D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4963 #496369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D8E2E4;
--slate-gray-300: #BACBCF;
--slate-gray-400: #96B0B6;
--slate-gray-500: #7899A1;
--slate-gray-600: #5C7D84;
--slate-gray-700: #496369;
--slate-gray-800: #34474B;
--slate-gray-900: #212D30;
--slate-gray-950: #151C1E;
}