Slate Gray
#7B9D9D
CyanColor Codes
All color formats for development
HEX
#7B9D9DRGB
rgb(123, 157, 157)HSL
hsl(180, 15%, 55%)OKLCH
oklch(0.671 0.038 196.3)CMYK
cmyk(22%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B9191
2#5F8181
3#537171
4#486161
5#3C5151
6#304141
7#243030
8#182020
9#0C1010
Tints
Lighter variations
1#88A7A7
2#95B1B1
3#A3BBBB
4#B0C4C4
5#BDCECE
6#CAD8D8
7#D7E2E2
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7D9C9C
2#7E9A9A
3#809898
4#829797
5#849595
6#859393
7#879191
8#899090
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B3 #98B3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9D #7B9D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F81 #5F8181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C67 #4C6767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D9E3E3;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #98B3B3;
--slate-gray-500: #7B9D9D;
--slate-gray-600: #5F8181;
--slate-gray-700: #4C6767;
--slate-gray-800: #364949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}