Slate Gray
#646B7D
BlueColor Codes
All color formats for development
HEX
#646B7DRGB
rgb(100, 107, 125)HSL
hsl(223, 11%, 44%)OKLCH
oklch(0.528 0.03 268.6)CMYK
cmyk(20%, 14%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6070
2#505564
3#464B57
4#3C404B
5#32353E
6#282B32
7#1E2025
8#141519
9#0A0B0C
Tints
Lighter variations
1#71788C
2#808799
3#9096A6
4#A0A5B3
5#B0B4BF
6#C0C3CC
7#CFD2D9
8#DFE1E6
9#EFF0F2
Tones
Muted variations
1#656B7B
2#666C7A
3#686C79
4#696D78
5#6A6E76
6#6B6E75
7#6C6F74
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 | BEC2 #BEC2CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8087 #808799 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646B #646B7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5563 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272D | 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: #BEC2CB;
--slate-gray-400: #9CA1B0;
--slate-gray-500: #808799;
--slate-gray-600: #646B7D;
--slate-gray-700: #4F5563;
--slate-gray-800: #393D47;
--slate-gray-900: #24272D;
--slate-gray-950: #17181C;
}