Slate Gray
#646A7D
BlueColor Codes
All color formats for development
HEX
#646A7DRGB
rgb(100, 106, 125)HSL
hsl(226, 11%, 44%)OKLCH
oklch(0.526 0.031 271.5)CMYK
cmyk(20%, 15%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5F70
2#505464
3#464A57
4#3C3F4B
5#32353E
6#282A32
7#1E2025
8#141519
9#0A0B0C
Tints
Lighter variations
1#71778C
2#808699
3#9095A6
4#A0A4B3
5#B0B3BF
6#C0C3CC
7#CFD2D9
8#DFE1E6
9#EFF0F2
Tones
Muted variations
1#656A7B
2#666B7A
3#686C79
4#696C78
5#6A6D76
6#6B6E75
7#6C6E74
8#6E6F73
9#6F7071
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 | BEC1 #BEC1CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8086 #808699 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646A #646A7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5463 | 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: #BEC1CB;
--slate-gray-400: #9CA1B0;
--slate-gray-500: #808699;
--slate-gray-600: #646A7D;
--slate-gray-700: #4F5463;
--slate-gray-800: #393C47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}