Slate Gray
#5C7384
BlueColor Codes
All color formats for development
HEX
#5C7384RGB
rgb(92, 115, 132)HSL
hsl(206, 18%, 44%)OKLCH
oklch(0.543 0.038 240.4)CMYK
cmyk(30%, 13%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536777
2#4A5C6A
3#40505D
4#37454F
5#2E3942
6#252E35
7#1C2228
8#12171A
9#090B0D
Tints
Lighter variations
1#688295
2#7890A1
3#899DAD
4#9AABB9
5#ABB9C4
6#BCC7D0
7#CCD5DC
8#DDE3E8
9#EEF1F3
Tones
Muted variations
1#5E7382
2#607280
3#62727E
4#64727C
5#66727A
6#687178
7#6A7176
8#6C7174
9#6E7072
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 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A8 #96A8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788F #788FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C73 #5C7384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495B #495B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #BAC6CF;
--slate-gray-400: #96A8B6;
--slate-gray-500: #788FA1;
--slate-gray-600: #5C7384;
--slate-gray-700: #495B69;
--slate-gray-800: #34414B;
--slate-gray-900: #212A30;
--slate-gray-950: #151A1E;
}