Slate Gray
#798CA0
BlueColor Codes
All color formats for development
HEX
#798CA0RGB
rgb(121, 140, 160)HSL
hsl(211, 17%, 55%)OKLCH
oklch(0.632 0.037 249.8)CMYK
cmyk(24%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697E94
2#5D7083
3#516273
4#465462
5#3A4652
6#2F3842
7#232A31
8#171C21
9#0C0E10
Tints
Lighter variations
1#8697A9
2#94A3B3
3#A1AEBC
4#AEBAC6
5#BCC5CF
6#C9D1D9
7#D7DCE2
8#E4E8EC
9#F2F3F5
Tones
Muted variations
1#7B8C9E
2#7D8C9C
3#7F8C9A
4#818C98
5#828C96
6#848C94
7#868C92
8#888C90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798C #798CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D70 #5D7083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A59 #4A5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353F #353F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DEE3;
--slate-gray-300: #BAC4CE;
--slate-gray-400: #97A5B5;
--slate-gray-500: #798CA0;
--slate-gray-600: #5D7083;
--slate-gray-700: #4A5968;
--slate-gray-800: #353F4B;
--slate-gray-900: #222930;
--slate-gray-950: #15191E;
}