Slate Gray
#63797E
CyanColor Codes
All color formats for development
HEX
#63797ERGB
rgb(99, 121, 126)HSL
hsl(191, 12%, 44%)OKLCH
oklch(0.56 0.027 213)CMYK
cmyk(21%, 4%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596D71
2#4F6165
3#455558
4#3B484B
5#313C3F
6#273032
7#1E2426
8#141819
9#0A0C0D
Tints
Lighter variations
1#6F888E
2#7F959A
3#8FA3A7
4#9FB0B4
5#AFBDC0
6#BFCACD
7#CFD7D9
8#DFE5E6
9#EFF2F2
Tones
Muted variations
1#64787C
2#65777B
3#67767A
4#687578
5#697477
6#6B7476
7#6C7374
8#6E7273
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CB | BordersInactive statesPlaceholder text |
| 400 | 9BAD #9BADB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E95 #7E959A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6379 #63797E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F60 #4F6064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3845 #384547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242C #242C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE0E2;
--slate-gray-300: #BDC9CB;
--slate-gray-400: #9BADB0;
--slate-gray-500: #7E959A;
--slate-gray-600: #63797E;
--slate-gray-700: #4F6064;
--slate-gray-800: #384547;
--slate-gray-900: #242C2E;
--slate-gray-950: #161B1D;
}