Slate Gray
#637E7E
CyanColor Codes
All color formats for development
HEX
#637E7ERGB
rgb(99, 126, 126)HSL
hsl(180, 12%, 44%)OKLCH
oklch(0.572 0.031 196.3)CMYK
cmyk(21%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#597171
2#4F6565
3#455858
4#3B4B4B
5#313F3F
6#273232
7#1E2626
8#141919
9#0A0D0D
Tints
Lighter variations
1#6F8E8E
2#7F9A9A
3#8FA7A7
4#9FB4B4
5#AFC0C0
6#BFCDCD
7#CFD9D9
8#DFE6E6
9#EFF2F2
Tones
Muted variations
1#647C7C
2#657B7B
3#677A7A
4#687878
5#697777
6#6B7676
7#6C7474
8#6E7373
9#6F7272
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 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | 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: #DAE2E2;
--slate-gray-300: #BDCBCB;
--slate-gray-400: #9BB0B0;
--slate-gray-500: #7E9A9A;
--slate-gray-600: #637E7E;
--slate-gray-700: #4F6464;
--slate-gray-800: #384747;
--slate-gray-900: #242E2E;
--slate-gray-950: #161D1D;
}