Slate Gray
#799CA0
CyanColor Codes
All color formats for development
HEX
#799CA0RGB
rgb(121, 156, 160)HSL
hsl(186, 17%, 55%)OKLCH
oklch(0.668 0.039 204.9)CMYK
cmyk(24%, 2%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698F94
2#5D7F83
3#517073
4#466062
5#3A5052
6#2F4042
7#233031
8#172021
9#0C1010
Tints
Lighter variations
1#86A6A9
2#94B0B3
3#A1BABC
4#AEC4C6
5#BCCDCF
6#C9D7D9
7#D7E1E2
8#E4EBEC
9#F2F5F5
Tones
Muted variations
1#7B9A9E
2#7D999C
3#7F979A
4#819698
5#829496
6#849294
7#869192
8#888F90
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCE | BordersInactive statesPlaceholder text |
| 400 | 97B2 #97B2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 799C #799CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7F #5D7F83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A65 #4A6568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3548 #35484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E2E3;
--slate-gray-300: #BACCCE;
--slate-gray-400: #97B2B5;
--slate-gray-500: #799CA0;
--slate-gray-600: #5D7F83;
--slate-gray-700: #4A6568;
--slate-gray-800: #35484B;
--slate-gray-900: #222E30;
--slate-gray-950: #151D1E;
}