Slate Gray
#5B6186
BlueColor Codes
All color formats for development
HEX
#5B6186RGB
rgb(91, 97, 134)HSL
hsl(232, 19%, 44%)OKLCH
oklch(0.502 0.059 276.9)CMYK
cmyk(32%, 28%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525778
2#494D6B
3#40445D
4#373A50
5#2D3043
6#242735
7#1B1D28
8#12131B
9#090A0D
Tints
Lighter variations
1#666D97
2#777DA2
3#888DAE
4#999DBA
5#AAAEC5
6#BBBED1
7#CCCEDC
8#DDDEE8
9#EEEFF3
Tones
Muted variations
1#5D6283
2#5F6481
3#61657F
4#63677D
5#66687B
6#686A79
7#6A6C77
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 | 5B61 #5B6186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484D #484D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374C | 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: #5B6186;
--slate-gray-700: #484D6A;
--slate-gray-800: #34374C;
--slate-gray-900: #212331;
--slate-gray-950: #15161E;
}