Slate Gray
#637A7E
CyanColor Codes
All color formats for development
HEX
#637A7ERGB
rgb(99, 122, 126)HSL
hsl(189, 12%, 44%)OKLCH
oklch(0.563 0.028 209.3)CMYK
cmyk(21%, 3%, 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#3B494B
5#313D3F
6#273132
7#1E2426
8#141819
9#0A0C0D
Tints
Lighter variations
1#6F898E
2#7F969A
3#8FA3A7
4#9FB1B4
5#AFBEC0
6#BFCBCD
7#CFD8D9
8#DFE5E6
9#EFF2F2
Tones
Muted variations
1#64797C
2#65787B
3#67777A
4#687678
5#697577
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CB | BordersInactive statesPlaceholder text |
| 400 | 9BAD #9BADB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E96 #7E969A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637A #637A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F61 #4F6164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3845 #384547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242C #242C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | 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: #DAE1E2;
--slate-gray-300: #BDC9CB;
--slate-gray-400: #9BADB0;
--slate-gray-500: #7E969A;
--slate-gray-600: #637A7E;
--slate-gray-700: #4F6164;
--slate-gray-800: #384547;
--slate-gray-900: #242C2E;
--slate-gray-950: #161C1D;
}