Slate Gray
#5C7F84
CyanColor Codes
All color formats for development
HEX
#5C7F84RGB
rgb(92, 127, 132)HSL
hsl(188, 18%, 44%)OKLCH
oklch(0.572 0.04 207.1)CMYK
cmyk(30%, 4%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537277
2#4A666A
3#40595D
4#374C4F
5#2E4042
6#253335
7#1C2628
8#12191A
9#090D0D
Tints
Lighter variations
1#688F95
2#789CA1
3#89A8AD
4#9AB5B9
5#ABC1C4
6#BCCDD0
7#CCDADC
8#DDE6E8
9#EEF3F3
Tones
Muted variations
1#5E7E82
2#607C80
3#627B7E
4#64797C
5#66787A
6#687678
7#6A7576
8#6C7374
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCF | BordersInactive statesPlaceholder text |
| 400 | 96B2 #96B2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789B #789BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7F #5C7F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4965 #496569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3448 #34484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E2E4;
--slate-gray-300: #BACCCF;
--slate-gray-400: #96B2B6;
--slate-gray-500: #789BA1;
--slate-gray-600: #5C7F84;
--slate-gray-700: #496569;
--slate-gray-800: #34484B;
--slate-gray-900: #212E30;
--slate-gray-950: #151D1E;
}