Slate Gray
#64687D
BlueColor Codes
All color formats for development
HEX
#64687DRGB
rgb(100, 104, 125)HSL
hsl(230, 11%, 44%)OKLCH
oklch(0.522 0.033 276.7)CMYK
cmyk(20%, 17%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5E70
2#505364
3#464957
4#3C3E4B
5#32343E
6#282A32
7#1E1F25
8#141519
9#0A0A0C
Tints
Lighter variations
1#71758C
2#808499
3#9094A6
4#A0A3B3
5#B0B2BF
6#C0C2CC
7#CFD1D9
8#DFE0E6
9#EFF0F2
Tones
Muted variations
1#65697B
2#666A7A
3#686A79
4#696B78
5#6A6C76
6#6B6D75
7#6C6E74
8#6E6F73
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CB | BordersInactive statesPlaceholder text |
| 400 | 9C9F #9C9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8084 #808499 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6468 #64687D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADBE1;
--slate-gray-300: #BEC0CB;
--slate-gray-400: #9C9FB0;
--slate-gray-500: #808499;
--slate-gray-600: #64687D;
--slate-gray-700: #4F5363;
--slate-gray-800: #393B47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}