Slate Gray
#789FA1
CyanColor Codes
All color formats for development
HEX
#789FA1RGB
rgb(120, 159, 161)HSL
hsl(183, 18%, 55%)OKLCH
oklch(0.675 0.043 200.1)CMYK
cmyk(25%, 1%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#689395
2#5C8284
3#517274
4#456263
5#3A5153
6#2E4142
7#233132
8#172121
9#0C1011
Tints
Lighter variations
1#85A8AA
2#93B2B4
3#A0BCBD
4#AEC5C7
5#BBCFD0
6#C9D9D9
7#D6E2E3
8#E4ECEC
9#F1F5F6
Tones
Muted variations
1#7A9D9F
2#7C9B9D
3#7E999B
4#809799
5#829697
6#849495
7#869292
8#889090
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789F #789FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E3E4;
--slate-gray-300: #BACECF;
--slate-gray-400: #96B4B6;
--slate-gray-500: #789FA1;
--slate-gray-600: #5C8284;
--slate-gray-700: #496869;
--slate-gray-800: #344A4B;
--slate-gray-900: #212F30;
--slate-gray-950: #151E1E;
}