Slate Gray
#5C6684
BlueColor Codes
All color formats for development
HEX
#5C6684RGB
rgb(92, 102, 132)HSL
hsl(225, 18%, 44%)OKLCH
oklch(0.514 0.049 270.3)CMYK
cmyk(30%, 23%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535C77
2#4A526A
3#40475D
4#373D4F
5#2E3342
6#252935
7#1C1F28
8#12141A
9#090A0D
Tints
Lighter variations
1#687395
2#7882A1
3#8992AD
4#9AA2B9
5#ABB1C4
6#BCC1D0
7#CCD0DC
8#DDE0E8
9#EEEFF3
Tones
Muted variations
1#5E6782
2#606880
3#62697E
4#646A7C
5#666B7A
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCF | BordersInactive statesPlaceholder text |
| 400 | 969E #969EB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7882 #7882A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C66 #5C6684 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4951 #495169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4B | 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: #EAECF0;
--slate-gray-200: #D8DBE4;
--slate-gray-300: #BABFCF;
--slate-gray-400: #969EB6;
--slate-gray-500: #7882A1;
--slate-gray-600: #5C6684;
--slate-gray-700: #495169;
--slate-gray-800: #343A4B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}