Slate Gray
#7B9C9D
CyanColor Codes
All color formats for development
HEX
#7B9C9DRGB
rgb(123, 156, 157)HSL
hsl(182, 15%, 55%)OKLCH
oklch(0.668 0.037 198.6)CMYK
cmyk(22%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B9091
2#5F8081
3#537071
4#486061
5#3C5051
6#304041
7#243030
8#182020
9#0C1010
Tints
Lighter variations
1#88A6A7
2#95B0B1
3#A3BABB
4#B0C4C4
5#BDCECE
6#CAD8D8
7#D7E1E2
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7D9B9C
2#7E999A
3#809798
4#829697
5#849495
6#859393
7#879191
8#898F90
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 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B2 #98B2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9C #7B9C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F80 #5F8081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C66 #4C6667 | 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: #D9E2E3;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #98B2B3;
--slate-gray-500: #7B9C9D;
--slate-gray-600: #5F8081;
--slate-gray-700: #4C6667;
--slate-gray-800: #364949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}