Slate Gray
#64737D
BlueColor Codes
All color formats for development
HEX
#64737DRGB
rgb(100, 115, 125)HSL
hsl(204, 11%, 44%)OKLCH
oklch(0.547 0.024 237.1)CMYK
cmyk(20%, 8%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6770
2#505C64
3#465057
4#3C454B
5#32393E
6#282E32
7#1E2225
8#141719
9#0A0B0C
Tints
Lighter variations
1#71818C
2#808F99
3#909DA6
4#A0ABB3
5#B0B9BF
6#C0C7CC
7#CFD5D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#65727B
2#66727A
3#687279
4#697278
5#6A7176
6#6B7175
7#6C7174
8#6E7173
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CB | BordersInactive statesPlaceholder text |
| 400 | 9CA8 #9CA8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808F #808F99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6473 #64737D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DADFE1;
--slate-gray-300: #BEC6CB;
--slate-gray-400: #9CA8B0;
--slate-gray-500: #808F99;
--slate-gray-600: #64737D;
--slate-gray-700: #4F5B63;
--slate-gray-800: #394147;
--slate-gray-900: #242A2D;
--slate-gray-950: #171A1C;
}