Slate Gray
#798FA0
BlueColor Codes
All color formats for development
HEX
#798FA0RGB
rgb(121, 143, 160)HSL
hsl(206, 17%, 55%)OKLCH
oklch(0.639 0.036 241.4)CMYK
cmyk(24%, 11%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698194
2#5D7383
3#516473
4#465662
5#3A4852
6#2F3942
7#232B31
8#171D21
9#0C0E10
Tints
Lighter variations
1#869AA9
2#94A5B3
3#A1B0BC
4#AEBCC6
5#BCC7CF
6#C9D2D9
7#D7DDE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7B8F9E
2#7D8E9C
3#7F8E9A
4#818E98
5#828E96
6#848D94
7#868D92
8#888D90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798F #798FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D73 #5D7383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5B #4A5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3541 #35414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8DFE3;
--slate-gray-300: #BAC6CE;
--slate-gray-400: #97A8B5;
--slate-gray-500: #798FA0;
--slate-gray-600: #5D7383;
--slate-gray-700: #4A5B68;
--slate-gray-800: #35414B;
--slate-gray-900: #222A30;
--slate-gray-950: #151A1E;
}