Slate Gray
#5C6584
BlueColor Codes
All color formats for development
HEX
#5C6584RGB
rgb(92, 101, 132)HSL
hsl(227, 18%, 44%)OKLCH
oklch(0.511 0.051 272)CMYK
cmyk(30%, 23%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535B77
2#4A516A
3#40475D
4#373C4F
5#2E3242
6#252835
7#1C1E28
8#12141A
9#090A0D
Tints
Lighter variations
1#687295
2#7881A1
3#8991AD
4#9AA1B9
5#ABB0C4
6#BCC0D0
7#CCD0DC
8#DDE0E8
9#EEEFF3
Tones
Muted variations
1#5E6682
2#606780
3#62687E
4#64697C
5#666A7A
6#686C78
7#6A6D76
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 #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4950 #495069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | 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: #EAEBF0;
--slate-gray-200: #D8DAE4;
--slate-gray-300: #BABECF;
--slate-gray-400: #969DB6;
--slate-gray-500: #7881A1;
--slate-gray-600: #5C6584;
--slate-gray-700: #495069;
--slate-gray-800: #34394B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}