Slate Gray
#797FA0
BlueColor Codes
All color formats for development
HEX
#797FA0RGB
rgb(121, 127, 160)HSL
hsl(231, 17%, 55%)OKLCH
oklch(0.604 0.051 276.7)CMYK
cmyk(24%, 21%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#696F94
2#5D6383
3#515673
4#464A62
5#3A3E52
6#2F3142
7#232531
8#171921
9#0C0C10
Tints
Lighter variations
1#868BA9
2#9498B3
3#A1A5BC
4#AEB2C6
5#BCBFCF
6#C9CCD9
7#D7D8E2
8#E4E5EC
9#F2F2F5
Tones
Muted variations
1#7B809E
2#7D819C
3#7F839A
4#818498
5#828596
6#848794
7#868892
8#888A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB5 | Disabled statesSecondary iconsMuted text |
| 500 | 797F #797FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D63 #5D6383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4F #4A4F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3538 #35384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DAE3;
--slate-gray-300: #BABDCE;
--slate-gray-400: #979BB5;
--slate-gray-500: #797FA0;
--slate-gray-600: #5D6383;
--slate-gray-700: #4A4F68;
--slate-gray-800: #35384B;
--slate-gray-900: #222430;
--slate-gray-950: #15161E;
}