Slate Gray
#7993A0
BlueColor Codes
All color formats for development
HEX
#7993A0RGB
rgb(121, 147, 160)HSL
hsl(200, 17%, 55%)OKLCH
oklch(0.648 0.035 229.6)CMYK
cmyk(24%, 8%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698594
2#5D7783
3#516873
4#465962
5#3A4A52
6#2F3B42
7#232C31
8#171E21
9#0C0F10
Tints
Lighter variations
1#869EA9
2#94A8B3
3#A1B3BC
4#AEBEC6
5#BCC9CF
6#C9D4D9
7#D7DFE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7B929E
2#7D919C
3#7F919A
4#819098
5#829096
6#848F94
7#868E92
8#888E90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7993 #7993A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D77 #5D7783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5E #4A5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3543 #35434B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8E0E3;
--slate-gray-300: #BAC8CE;
--slate-gray-400: #97ABB5;
--slate-gray-500: #7993A0;
--slate-gray-600: #5D7783;
--slate-gray-700: #4A5E68;
--slate-gray-800: #35434B;
--slate-gray-900: #222B30;
--slate-gray-950: #151B1E;
}