Slate Gray
#5B6586
BlueColor Codes
All color formats for development
HEX
#5B6586RGB
rgb(91, 101, 134)HSL
hsl(226, 19%, 44%)OKLCH
oklch(0.511 0.054 271.3)CMYK
cmyk(32%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525B78
2#49516B
3#40475D
4#373C50
5#2D3243
6#242835
7#1B1E28
8#12141B
9#090A0D
Tints
Lighter variations
1#667297
2#7781A2
3#8891AE
4#99A1BA
5#AAB0C5
6#BBC0D1
7#CCD0DC
8#DDE0E8
9#EEEFF3
Tones
Muted variations
1#5D6683
2#5F6781
3#61687F
4#63697D
5#666B7B
6#686C79
7#6A6D77
8#6C6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959D #959DB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7681 #7681A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B65 #5B6586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4850 #48506A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D8DAE4;
--slate-gray-300: #B9BECF;
--slate-gray-400: #959DB7;
--slate-gray-500: #7681A2;
--slate-gray-600: #5B6586;
--slate-gray-700: #48506A;
--slate-gray-800: #34394C;
--slate-gray-900: #212531;
--slate-gray-950: #15171E;
}