Slate Gray
#798EA0
BlueColor Codes
All color formats for development
HEX
#798EA0RGB
rgb(121, 142, 160)HSL
hsl(208, 17%, 55%)OKLCH
oklch(0.636 0.036 244.2)CMYK
cmyk(24%, 11%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698094
2#5D7183
3#516373
4#465562
5#3A4752
6#2F3942
7#232B31
8#171C21
9#0C0E10
Tints
Lighter variations
1#8699A9
2#94A4B3
3#A1B0BC
4#AEBBC6
5#BCC6CF
6#C9D2D9
7#D7DDE2
8#E4E8EC
9#F2F4F5
Tones
Muted variations
1#7B8D9E
2#7D8D9C
3#7F8D9A
4#818D98
5#828D96
6#848D94
7#868D92
8#888D90
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 | BAC5 #BAC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798E #798EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D71 #5D7183 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5A #4A5A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3540 #35404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | 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: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DEE3;
--slate-gray-300: #BAC5CE;
--slate-gray-400: #97A7B5;
--slate-gray-500: #798EA0;
--slate-gray-600: #5D7183;
--slate-gray-700: #4A5A68;
--slate-gray-800: #35404B;
--slate-gray-900: #222930;
--slate-gray-950: #151A1E;
}