Slate Gray
#5C7584
BlueColor Codes
All color formats for development
HEX
#5C7584RGB
rgb(92, 117, 132)HSL
hsl(203, 18%, 44%)OKLCH
oklch(0.548 0.037 234.7)CMYK
cmyk(30%, 11%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536977
2#4A5E6A
3#40525D
4#37464F
5#2E3A42
6#252F35
7#1C2328
8#12171A
9#090C0D
Tints
Lighter variations
1#688495
2#7892A1
3#899FAD
4#9AADB9
5#ABBBC4
6#BCC8D0
7#CCD6DC
8#DDE4E8
9#EEF1F3
Tones
Muted variations
1#5E7482
2#607480
3#62737E
4#64737C
5#66737A
6#687278
7#6A7276
8#6C7174
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7891 #7891A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C75 #5C7584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495D #495D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8DFE4;
--slate-gray-300: #BAC7CF;
--slate-gray-400: #96A9B6;
--slate-gray-500: #7891A1;
--slate-gray-600: #5C7584;
--slate-gray-700: #495D69;
--slate-gray-800: #34424B;
--slate-gray-900: #212B30;
--slate-gray-950: #151B1E;
}