Slate Gray
#5B6386
BlueColor Codes
All color formats for development
HEX
#5B6386RGB
rgb(91, 99, 134)HSL
hsl(229, 19%, 44%)OKLCH
oklch(0.507 0.057 274.3)CMYK
cmyk(32%, 26%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525978
2#494F6B
3#40455D
4#373B50
5#2D3143
6#242735
7#1B1E28
8#12141B
9#090A0D
Tints
Lighter variations
1#666F97
2#777FA2
3#888FAE
4#999FBA
5#AAAFC5
6#BBBFD1
7#CCCFDC
8#DDDFE8
9#EEEFF3
Tones
Muted variations
1#5D6483
2#5F6581
3#61677F
4#63687D
5#66697B
6#686B79
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 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959B #959BB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #D8DAE4;
--slate-gray-300: #B9BDCF;
--slate-gray-400: #959BB7;
--slate-gray-500: #767EA2;
--slate-gray-600: #5B6386;
--slate-gray-700: #484F6A;
--slate-gray-800: #34384C;
--slate-gray-900: #212431;
--slate-gray-950: #15161E;
}