Slate Gray
#66737A
GrayColor Codes
All color formats for development
HEX
#66737ARGB
rgb(102, 115, 122)HSL
hsl(201, 9%, 44%)OKLCH
oklch(0.547 0.019 231.2)CMYK
cmyk(16%, 6%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C686E
2#525C62
3#475156
4#3D4549
5#333A3D
6#292E31
7#1F2325
8#141718
9#0A0C0C
Tints
Lighter variations
1#73828A
2#829097
3#929EA4
4#A2ACB1
5#B1BABE
6#C1C7CB
7#D0D5D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#677379
2#687378
3#697277
4#6A7276
5#6B7275
6#6C7174
7#6D7173
8#6E7172
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 828F #828F97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6673 #66737A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515C #515C61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #ECEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BFC6CA;
--slate-gray-400: #9EA8AE;
--slate-gray-500: #828F97;
--slate-gray-600: #66737A;
--slate-gray-700: #515C61;
--slate-gray-800: #3A4145;
--slate-gray-900: #252A2C;
--slate-gray-950: #171A1C;
}