Slate Gray
#66777A
GrayColor Codes
All color formats for development
HEX
#66777ARGB
rgb(102, 119, 122)HSL
hsl(189, 9%, 44%)OKLCH
oklch(0.556 0.021 209.4)CMYK
cmyk(16%, 2%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6B6E
2#525F62
3#475356
4#3D4849
5#333C3D
6#293031
7#1F2425
8#141818
9#0A0C0C
Tints
Lighter variations
1#73868A
2#829497
3#92A1A4
4#A2AFB1
5#B1BCBE
6#C1C9CB
7#D0D7D8
8#E0E4E5
9#EFF2F2
Tones
Muted variations
1#677779
2#687678
3#697577
4#6A7476
5#6B7475
6#6C7374
7#6D7273
8#6E7272
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC8 #BFC8CA | BordersInactive statesPlaceholder text |
| 400 | 9EAB #9EABAE | Disabled statesSecondary iconsMuted text |
| 500 | 8293 #829397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6677 #66777A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515F #515F61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A44 #3A4445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #DBE0E1;
--slate-gray-300: #BFC8CA;
--slate-gray-400: #9EABAE;
--slate-gray-500: #829397;
--slate-gray-600: #66777A;
--slate-gray-700: #515F61;
--slate-gray-800: #3A4445;
--slate-gray-900: #252B2C;
--slate-gray-950: #171B1C;
}