Slate Gray
#5C6984
BlueColor Codes
All color formats for development
HEX
#5C6984RGB
rgb(92, 105, 132)HSL
hsl(221, 18%, 44%)OKLCH
oklch(0.52 0.046 264.7)CMYK
cmyk(30%, 20%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535E77
2#4A546A
3#40495D
4#373F4F
5#2E3442
6#252A35
7#1C1F28
8#12151A
9#090A0D
Tints
Lighter variations
1#687695
2#7885A1
3#8994AD
4#9AA4B9
5#ABB3C4
6#BCC2D0
7#CCD1DC
8#DDE1E8
9#EEF0F3
Tones
Muted variations
1#5E6A82
2#606A80
3#626B7E
4#646C7C
5#666C7A
6#686D78
7#6A6E76
8#6C6F74
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 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CF | BordersInactive statesPlaceholder text |
| 400 | 96A0 #96A0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7885 #7885A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C69 #5C6984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4953 #495369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | 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: #D8DCE4;
--slate-gray-300: #BAC0CF;
--slate-gray-400: #96A0B6;
--slate-gray-500: #7885A1;
--slate-gray-600: #5C6984;
--slate-gray-700: #495369;
--slate-gray-800: #343C4B;
--slate-gray-900: #212630;
--slate-gray-950: #15181E;
}