Slate Gray
#64697D
BlueColor Codes
All color formats for development
HEX
#64697DRGB
rgb(100, 105, 125)HSL
hsl(228, 11%, 44%)OKLCH
oklch(0.524 0.032 274.2)CMYK
cmyk(20%, 16%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5E70
2#505464
3#464957
4#3C3F4B
5#32343E
6#282A32
7#1E1F25
8#141519
9#0A0A0C
Tints
Lighter variations
1#71768C
2#808599
3#9094A6
4#A0A4B3
5#B0B3BF
6#C0C2CC
7#CFD1D9
8#DFE1E6
9#EFF0F2
Tones
Muted variations
1#656A7B
2#666A7A
3#686B79
4#696C78
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 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CB | BordersInactive statesPlaceholder text |
| 400 | 9CA0 #9CA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8085 #808599 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6469 #64697D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C47 | 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: #DADCE1;
--slate-gray-300: #BEC0CB;
--slate-gray-400: #9CA0B0;
--slate-gray-500: #808599;
--slate-gray-600: #64697D;
--slate-gray-700: #4F5363;
--slate-gray-800: #393C47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}