Slate Gray
#5E7982
BlueColor Codes
All color formats for development
HEX
#5E7982RGB
rgb(94, 121, 130)HSL
hsl(195, 16%, 44%)OKLCH
oklch(0.558 0.034 220.2)CMYK
cmyk(28%, 7%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556D75
2#4B6168
3#42555B
4#39494E
5#2F3D41
6#263034
7#1C2427
8#13181A
9#090C0D
Tints
Lighter variations
1#6A8993
2#7A969F
3#8BA3AB
4#9CB0B7
5#ACBDC3
6#BDCACF
7#CDD8DB
8#DEE5E7
9#EEF2F3
Tones
Muted variations
1#607880
2#62777F
3#64767D
4#65767B
5#677579
6#697477
7#6B7376
8#6D7274
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC9 #BBC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A95 #7A959F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E79 #5E7982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B60 #4B6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #36454A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BBC9CE;
--slate-gray-400: #97ADB4;
--slate-gray-500: #7A959F;
--slate-gray-600: #5E7982;
--slate-gray-700: #4B6068;
--slate-gray-800: #36454A;
--slate-gray-900: #222C2F;
--slate-gray-950: #151C1E;
}