Slate Gray
#7A8C9F
BlueColor Codes
All color formats for development
HEX
#7A8C9FRGB
rgb(122, 140, 159)HSL
hsl(211, 16%, 55%)OKLCH
oklch(0.632 0.035 249.8)CMYK
cmyk(23%, 12%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7E92
2#5E7082
3#526272
4#475462
5#3B4651
6#2F3841
7#232A31
8#181C21
9#0C0E10
Tints
Lighter variations
1#8797A8
2#95A3B2
3#A2AEBC
4#AFBAC5
5#BCC5CF
6#CAD1D8
7#D7DCE2
8#E4E8EC
9#F2F3F5
Tones
Muted variations
1#7C8C9D
2#7E8C9B
3#7F8C99
4#818C97
5#838C95
6#858C94
7#878C92
8#898C90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8C #7A8C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E70 #5E7082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B59 #4B5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BBC4CE;
--slate-gray-400: #97A5B4;
--slate-gray-500: #7A8C9F;
--slate-gray-600: #5E7082;
--slate-gray-700: #4B5968;
--slate-gray-800: #363F4A;
--slate-gray-900: #22292F;
--slate-gray-950: #15191E;
}