Slate Gray
#7B989D
CyanColor Codes
All color formats for development
HEX
#7B989DRGB
rgb(123, 152, 157)HSL
hsl(189, 15%, 55%)OKLCH
oklch(0.659 0.033 209.2)CMYK
cmyk(22%, 3%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8B91
2#5F7C81
3#536C71
4#485D61
5#3C4D51
6#303E41
7#242E30
8#181F20
9#0C0F10
Tints
Lighter variations
1#88A3A7
2#95ADB1
3#A3B7BB
4#B0C1C4
5#BDCCCE
6#CAD6D8
7#D7E0E2
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#7D979C
2#7E969A
3#809598
4#829397
5#849295
6#859193
7#879091
8#898F90
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 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98AF #98AFB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B98 #7B989D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7C #5F7C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C63 #4C6367 | 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: #BCCBCD;
--slate-gray-400: #98AFB3;
--slate-gray-500: #7B989D;
--slate-gray-600: #5F7C81;
--slate-gray-700: #4C6367;
--slate-gray-800: #364649;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}