Slate Gray
#64647D
BlueColor Codes
All color formats for development
HEX
#64647DRGB
rgb(100, 100, 125)HSL
hsl(240, 11%, 44%)OKLCH
oklch(0.513 0.039 284.9)CMYK
cmyk(20%, 20%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5A70
2#505064
3#464657
4#3C3C4B
5#32323E
6#282832
7#1E1E25
8#141419
9#0A0A0C
Tints
Lighter variations
1#71718C
2#808099
3#9090A6
4#A0A0B3
5#B0B0BF
6#C0C0CC
7#CFCFD9
8#DFDFE6
9#EFEFF2
Tones
Muted variations
1#65657B
2#66667A
3#686879
4#696978
5#6A6A76
6#6B6B75
7#6C6C74
8#6E6E73
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADAE1;
--slate-gray-300: #BEBECB;
--slate-gray-400: #9C9CB0;
--slate-gray-500: #808099;
--slate-gray-600: #64647D;
--slate-gray-700: #4F4F63;
--slate-gray-800: #393947;
--slate-gray-900: #24242D;
--slate-gray-950: #17171C;
}