Slate Gray
#5E7382
BlueColor Codes
All color formats for development
HEX
#5E7382RGB
rgb(94, 115, 130)HSL
hsl(205, 16%, 44%)OKLCH
oklch(0.544 0.034 239.3)CMYK
cmyk(28%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556875
2#4B5C68
3#42515B
4#39454E
5#2F3A41
6#262E34
7#1C2327
8#13171A
9#090C0D
Tints
Lighter variations
1#6A8293
2#7A909F
3#8B9EAB
4#9CACB7
5#ACBAC3
6#BDC7CF
7#CDD5DB
8#DEE3E7
9#EEF1F3
Tones
Muted variations
1#607380
2#62737F
3#64727D
4#65727B
5#677279
6#697177
7#6B7176
8#6D7174
9#6E7072
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 | 97A8 #97A8B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8F #7A8F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E73 #5E7382 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5C #4B5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | 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: #97A8B4;
--slate-gray-500: #7A8F9F;
--slate-gray-600: #5E7382;
--slate-gray-700: #4B5C68;
--slate-gray-800: #36414A;
--slate-gray-900: #222A2F;
--slate-gray-950: #151A1E;
}