Slate Gray
#5B6086
BlueColor Codes
All color formats for development
HEX
#5B6086RGB
rgb(91, 96, 134)HSL
hsl(233, 19%, 44%)OKLCH
oklch(0.5 0.061 278.2)CMYK
cmyk(32%, 28%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525678
2#494D6B
3#40435D
4#373A50
5#2D3043
6#242635
7#1B1D28
8#12131B
9#090A0D
Tints
Lighter variations
1#666C97
2#777CA2
3#888CAE
4#999DBA
5#AAADC5
6#BBBED1
7#CCCEDC
8#DDDEE8
9#EEEFF3
Tones
Muted variations
1#5D6183
2#5F6381
3#61657F
4#63667D
5#66687B
6#686A79
7#6A6B77
8#6C6D74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCCF | BordersInactive statesPlaceholder text |
| 400 | 9599 #9599B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767C #767CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B60 #5B6086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484C #484C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D8D9E4;
--slate-gray-300: #B9BCCF;
--slate-gray-400: #9599B7;
--slate-gray-500: #767CA2;
--slate-gray-600: #5B6086;
--slate-gray-700: #484C6A;
--slate-gray-800: #34364C;
--slate-gray-900: #212331;
--slate-gray-950: #15161E;
}