Slate Gray
#5B5D86
BlueColor Codes
All color formats for development
HEX
#5B5D86RGB
rgb(91, 93, 134)HSL
hsl(237, 19%, 44%)OKLCH
oklch(0.494 0.065 281.6)CMYK
cmyk(32%, 31%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525478
2#494A6B
3#40415D
4#373850
5#2D2F43
6#242535
7#1B1C28
8#12131B
9#09090D
Tints
Lighter variations
1#666997
2#7779A2
3#888AAE
4#999BBA
5#AAABC5
6#BBBCD1
7#CCCDDC
8#DDDEE8
9#EEEEF3
Tones
Muted variations
1#5D5F83
2#5F6181
3#61637F
4#63657D
5#66677B
6#686979
7#6A6A77
8#6C6C74
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 | B9BA #B9BACF | BordersInactive statesPlaceholder text |
| 400 | 9596 #9596B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5D #5B5D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484A #484A6A | 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: #B9BACF;
--slate-gray-400: #9596B7;
--slate-gray-500: #7679A2;
--slate-gray-600: #5B5D86;
--slate-gray-700: #484A6A;
--slate-gray-800: #34354C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}