Slate Gray
#7A919F
BlueColor Codes
All color formats for development
HEX
#7A919FRGB
rgb(122, 145, 159)HSL
hsl(203, 16%, 55%)OKLCH
oklch(0.643 0.034 234.8)CMYK
cmyk(23%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8392
2#5E7482
3#526672
4#475762
5#3B4951
6#2F3A41
7#232C31
8#181D21
9#0C0F10
Tints
Lighter variations
1#879CA8
2#95A7B2
3#A2B2BC
4#AFBDC5
5#BCC8CF
6#CAD3D8
7#D7DEE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7C909D
2#7E909B
3#7F8F99
4#818F97
5#838E95
6#858E94
7#878E92
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 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A91 #7A919F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E74 #5E7482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5D #4B5D68 | 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: #BBC7CE;
--slate-gray-400: #97A9B4;
--slate-gray-500: #7A919F;
--slate-gray-600: #5E7482;
--slate-gray-700: #4B5D68;
--slate-gray-800: #36424A;
--slate-gray-900: #222A2F;
--slate-gray-950: #151A1E;
}