Slate Gray
#7B979D
CyanColor Codes
All color formats for development
HEX
#7B979DRGB
rgb(123, 151, 157)HSL
hsl(191, 15%, 55%)OKLCH
oklch(0.657 0.033 212.1)CMYK
cmyk(22%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8A91
2#5F7B81
3#536C71
4#485C61
5#3C4D51
6#303D41
7#242E30
8#181F20
9#0C0F10
Tints
Lighter variations
1#88A2A7
2#95ACB1
3#A3B6BB
4#B0C1C4
5#BDCBCE
6#CAD5D8
7#D7E0E2
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#7D969C
2#7E959A
3#809498
4#829397
5#849295
6#859193
7#879091
8#898E90
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 98AE #98AEB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B97 #7B979D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7B #5F7B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C62 #4C6267 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #364649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | 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: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BCCACD;
--slate-gray-400: #98AEB3;
--slate-gray-500: #7B979D;
--slate-gray-600: #5F7B81;
--slate-gray-700: #4C6267;
--slate-gray-800: #364649;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}