Slate Gray
#646F7D
BlueColor Codes
All color formats for development
HEX
#646F7DRGB
rgb(100, 111, 125)HSL
hsl(214, 11%, 44%)OKLCH
oklch(0.537 0.026 254.5)CMYK
cmyk(20%, 11%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6370
2#505864
3#464D57
4#3C424B
5#32373E
6#282C32
7#1E2125
8#141619
9#0A0B0C
Tints
Lighter variations
1#717D8C
2#808B99
3#909AA6
4#A0A8B3
5#B0B7BF
6#C0C5CC
7#CFD4D9
8#DFE2E6
9#EFF1F2
Tones
Muted variations
1#656F7B
2#666F7A
3#686F79
4#696F78
5#6A6F76
6#6B7075
7#6C7074
8#6E7073
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CB | BordersInactive statesPlaceholder text |
| 400 | 9CA4 #9CA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808B #808B99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646F #646F7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F58 #4F5863 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393F #393F47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADDE1;
--slate-gray-300: #BEC3CB;
--slate-gray-400: #9CA4B0;
--slate-gray-500: #808B99;
--slate-gray-600: #646F7D;
--slate-gray-700: #4F5863;
--slate-gray-800: #393F47;
--slate-gray-900: #24282D;
--slate-gray-950: #17191C;
}