Slate Gray
#797EA0
BlueColor Codes
All color formats for development
HEX
#797EA0RGB
rgb(121, 126, 160)HSL
hsl(232, 17%, 55%)OKLCH
oklch(0.601 0.052 278.2)CMYK
cmyk(24%, 21%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#696E94
2#5D6283
3#515673
4#464A62
5#3A3D52
6#2F3142
7#232531
8#171921
9#0C0C10
Tints
Lighter variations
1#868BA9
2#9498B3
3#A1A5BC
4#AEB2C6
5#BCBECF
6#C9CBD9
7#D7D8E2
8#E4E5EC
9#F2F2F5
Tones
Muted variations
1#7B7F9E
2#7D819C
3#7F829A
4#818498
5#828596
6#848794
7#868892
8#888990
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 | 797E #797EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D62 #5D6283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4E #4A4E68 | 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: #797EA0;
--slate-gray-600: #5D6283;
--slate-gray-700: #4A4E68;
--slate-gray-800: #35384B;
--slate-gray-900: #222430;
--slate-gray-950: #15161E;
}