Slate Gray
#7D979B
CyanColor Codes
All color formats for development
HEX
#7D979BRGB
rgb(125, 151, 155)HSL
hsl(188, 13%, 55%)OKLCH
oklch(0.658 0.03 207.8)CMYK
cmyk(19%, 3%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8A8F
2#627B7F
3#556C6F
4#495C5F
5#3D4D4F
6#313D3F
7#252E30
8#181F20
9#0C0F10
Tints
Lighter variations
1#8AA2A5
2#97ACAF
3#A4B6B9
4#B1C1C3
5#BECBCD
6#CBD5D7
7#D8E0E1
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#7F969A
2#809598
3#829497
4#839395
5#859294
6#869192
7#889091
8#898E8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACC | BordersInactive statesPlaceholder text |
| 400 | 9AAE #9AAEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D97 #7D979B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627B #627B7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E62 #4E6265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374648 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE1E2;
--slate-gray-300: #BDCACC;
--slate-gray-400: #9AAEB1;
--slate-gray-500: #7D979B;
--slate-gray-600: #627B7F;
--slate-gray-700: #4E6265;
--slate-gray-800: #374648;
--slate-gray-900: #232D2E;
--slate-gray-950: #161C1D;
}