Slate Gray
#7984A0
BlueColor Codes
All color formats for development
HEX
#7984A0RGB
rgb(121, 132, 160)HSL
hsl(223, 17%, 55%)OKLCH
oklch(0.614 0.044 268.2)CMYK
cmyk(24%, 17%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697594
2#5D6883
3#515B73
4#464E62
5#3A4152
6#2F3442
7#232731
8#171A21
9#0C0D10
Tints
Lighter variations
1#8690A9
2#949CB3
3#A1A9BC
4#AEB5C6
5#BCC1CF
6#C9CED9
7#D7DAE2
8#E4E6EC
9#F2F3F5
Tones
Muted variations
1#7B859E
2#7D859C
3#7F869A
4#818798
5#828896
6#848994
7#868A92
8#888B90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7984 #7984A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D68 #5D6883 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A53 #4A5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DBE3;
--slate-gray-300: #BAC0CE;
--slate-gray-400: #979FB5;
--slate-gray-500: #7984A0;
--slate-gray-600: #5D6883;
--slate-gray-700: #4A5368;
--slate-gray-800: #353B4B;
--slate-gray-900: #222630;
--slate-gray-950: #15181E;
}