Slate Gray
#5E7482
BlueColor Codes
All color formats for development
HEX
#5E7482RGB
rgb(94, 116, 130)HSL
hsl(203, 16%, 44%)OKLCH
oklch(0.546 0.034 236.2)CMYK
cmyk(28%, 11%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556975
2#4B5D68
3#42515B
4#39464E
5#2F3A41
6#262F34
7#1C2327
8#13171A
9#090C0D
Tints
Lighter variations
1#6A8393
2#7A919F
3#8B9FAB
4#9CADB7
5#ACBAC3
6#BDC8CF
7#CDD6DB
8#DEE4E7
9#EEF1F3
Tones
Muted variations
1#607480
2#62747F
3#64737D
4#65737B
5#677279
6#697277
7#6B7176
8#6D7174
9#6E7172
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;
}