Slate Gray
#7A909F
BlueColor Codes
All color formats for development
HEX
#7A909FRGB
rgb(122, 144, 159)HSL
hsl(204, 16%, 55%)OKLCH
oklch(0.641 0.034 237.9)CMYK
cmyk(23%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8292
2#5E7482
3#526572
4#475762
5#3B4851
6#2F3A41
7#232B31
8#181D21
9#0C0E10
Tints
Lighter variations
1#879BA8
2#95A6B2
3#A2B1BC
4#AFBCC5
5#BCC7CF
6#CAD3D8
7#D7DEE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7C909D
2#7E8F9B
3#7F8F99
4#818E97
5#838E95
6#858E94
7#878D92
8#898D90
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC6 #BBC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A90 #7A909F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E74 #5E7482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5C #4B5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #36424A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A2F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #D9DFE3;
--slate-gray-300: #BBC6CE;
--slate-gray-400: #97A9B4;
--slate-gray-500: #7A909F;
--slate-gray-600: #5E7482;
--slate-gray-700: #4B5C68;
--slate-gray-800: #36424A;
--slate-gray-900: #222A2F;
--slate-gray-950: #151A1E;
}