Slate Gray
#64677D
BlueColor Codes
All color formats for development
HEX
#64677DRGB
rgb(100, 103, 125)HSL
hsl(233, 11%, 44%)OKLCH
oklch(0.519 0.035 279)CMYK
cmyk(20%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5C70
2#505264
3#464857
4#3C3E4B
5#32333E
6#282932
7#1E1F25
8#141519
9#0A0A0C
Tints
Lighter variations
1#71748C
2#808399
3#9093A6
4#A0A2B3
5#B0B2BF
6#C0C1CC
7#CFD1D9
8#DFE0E6
9#EFF0F2
Tones
Muted variations
1#65687B
2#66697A
3#686A79
4#696B78
5#6A6B76
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9E #9C9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8083 #808399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6467 #64677D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A47 | 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: #EBECEF;
--slate-gray-200: #DADBE1;
--slate-gray-300: #BEBFCB;
--slate-gray-400: #9C9EB0;
--slate-gray-500: #808399;
--slate-gray-600: #64677D;
--slate-gray-700: #4F5263;
--slate-gray-800: #393A47;
--slate-gray-900: #24252D;
--slate-gray-950: #17171C;
}