Slate Gray
#7B959D
CyanColor Codes
All color formats for development
HEX
#7B959DRGB
rgb(123, 149, 157)HSL
hsl(194, 15%, 55%)OKLCH
oklch(0.652 0.032 218.4)CMYK
cmyk(22%, 5%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8891
2#5F7981
3#536A71
4#485B61
5#3C4C51
6#303D41
7#242D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#88A0A7
2#95ABB1
3#A3B5BB
4#B0C0C4
5#BDCACE
6#CAD5D8
7#D7DFE2
8#E5EAEB
9#F2F4F5
Tones
Muted variations
1#7D959C
2#7E949A
3#809398
4#829297
5#849195
6#859093
7#878F91
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 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 98AD #98ADB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B95 #7B959D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F79 #5F7981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C60 #4C6067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #BCC9CD;
--slate-gray-400: #98ADB3;
--slate-gray-500: #7B959D;
--slate-gray-600: #5F7981;
--slate-gray-700: #4C6067;
--slate-gray-800: #364549;
--slate-gray-900: #232C2F;
--slate-gray-950: #161C1D;
}