Slate Gray
#7991A0
BlueColor Codes
All color formats for development
HEX
#7991A0RGB
rgb(121, 145, 160)HSL
hsl(203, 17%, 55%)OKLCH
oklch(0.643 0.035 235.5)CMYK
cmyk(24%, 9%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698394
2#5D7583
3#516673
4#465762
5#3A4952
6#2F3A42
7#232C31
8#171D21
9#0C0F10
Tints
Lighter variations
1#869CA9
2#94A7B3
3#A1B2BC
4#AEBDC6
5#BCC8CF
6#C9D3D9
7#D7DEE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7B909E
2#7D909C
3#7F8F9A
4#818F98
5#828F96
6#848E94
7#868E92
8#888D90
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 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7991 #7991A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D75 #5D7583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5D #4A5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3542 #35424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | 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: #D8DFE3;
--slate-gray-300: #BAC7CE;
--slate-gray-400: #97A9B5;
--slate-gray-500: #7991A0;
--slate-gray-600: #5D7583;
--slate-gray-700: #4A5D68;
--slate-gray-800: #35424B;
--slate-gray-900: #222A30;
--slate-gray-950: #151B1E;
}