Slate Gray
#7981A0
BlueColor Codes
All color formats for development
HEX
#7981A0RGB
rgb(121, 129, 160)HSL
hsl(228, 17%, 55%)OKLCH
oklch(0.608 0.048 273.6)CMYK
cmyk(24%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697194
2#5D6583
3#515873
4#464C62
5#3A3F52
6#2F3242
7#232631
8#171921
9#0C0D10
Tints
Lighter variations
1#868DA9
2#949AB3
3#A1A6BC
4#AEB3C6
5#BCC0CF
6#C9CCD9
7#D7D9E2
8#E4E6EC
9#F2F2F5
Tones
Muted variations
1#7B829E
2#7D839C
3#7F849A
4#818598
5#828696
6#848894
7#868992
8#888A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7981 #7981A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D65 #5D6583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A50 #4A5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3539 #35394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DAE3;
--slate-gray-300: #BABECE;
--slate-gray-400: #979DB5;
--slate-gray-500: #7981A0;
--slate-gray-600: #5D6583;
--slate-gray-700: #4A5068;
--slate-gray-800: #35394B;
--slate-gray-900: #222530;
--slate-gray-950: #15171E;
}