Slate Gray
#64657D
BlueColor Codes
All color formats for development
HEX
#64657DRGB
rgb(100, 101, 125)HSL
hsl(238, 11%, 44%)OKLCH
oklch(0.515 0.038 283.1)CMYK
cmyk(20%, 19%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5B70
2#505164
3#464657
4#3C3C4B
5#32323E
6#282832
7#1E1E25
8#141419
9#0A0A0C
Tints
Lighter variations
1#71718C
2#808199
3#9091A6
4#A0A1B3
5#B0B0BF
6#C0C0CC
7#CFD0D9
8#DFE0E6
9#EFEFF2
Tones
Muted variations
1#65667B
2#66677A
3#686879
4#696978
5#6A6A76
6#6B6C75
7#6C6D74
8#6E6E73
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9D #9C9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6465 #64657D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5063 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADAE1;
--slate-gray-300: #BEBECB;
--slate-gray-400: #9C9DB0;
--slate-gray-500: #808099;
--slate-gray-600: #64657D;
--slate-gray-700: #4F5063;
--slate-gray-800: #393947;
--slate-gray-900: #24252D;
--slate-gray-950: #17171C;
}