Slate Gray
#5B5E86
BlueColor Codes
All color formats for development
HEX
#5B5E86RGB
rgb(91, 94, 134)HSL
hsl(236, 19%, 44%)OKLCH
oklch(0.496 0.064 280.5)CMYK
cmyk(32%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525478
2#494B6B
3#40425D
4#373850
5#2D2F43
6#242535
7#1B1C28
8#12131B
9#09090D
Tints
Lighter variations
1#666A97
2#777AA2
3#888BAE
4#999BBA
5#AAACC5
6#BBBCD1
7#CCCDDC
8#DDDEE8
9#EEEEF3
Tones
Muted variations
1#5D6083
2#5F6181
3#61637F
4#63657D
5#66677B
6#686979
7#6A6B77
8#6C6D74
9#6E6E72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9597 #9597B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | 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: #EAEAF1;
--slate-gray-200: #D8D8E4;
--slate-gray-300: #B9BBCF;
--slate-gray-400: #9597B7;
--slate-gray-500: #7679A2;
--slate-gray-600: #5B5E86;
--slate-gray-700: #484B6A;
--slate-gray-800: #34354C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}