Slate Gray
#5E5E82
BlueColor Codes
All color formats for development
HEX
#5E5E82RGB
rgb(94, 94, 130)HSL
hsl(240, 16%, 44%)OKLCH
oklch(0.496 0.057 284.1)CMYK
cmyk(28%, 28%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555575
2#4B4B68
3#42425B
4#39394E
5#2F2F41
6#262634
7#1C1C27
8#13131A
9#09090D
Tints
Lighter variations
1#6A6A93
2#7A7A9F
3#8B8BAB
4#9C9CB7
5#ACACC3
6#BDBDCF
7#CDCDDB
8#DEDEE7
9#EEEEF3
Tones
Muted variations
1#606080
2#62627F
3#64647D
4#65657B
5#676779
6#696977
7#6B6B76
8#6D6D74
9#6E6E72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF0;
--slate-gray-200: #D9D9E3;
--slate-gray-300: #BBBBCE;
--slate-gray-400: #9797B4;
--slate-gray-500: #7A7A9F;
--slate-gray-600: #5E5E82;
--slate-gray-700: #4B4B68;
--slate-gray-800: #36364A;
--slate-gray-900: #22222F;
--slate-gray-950: #15151E;
}