Slate Gray
#5C7484
BlueColor Codes
All color formats for development
HEX
#5C7484RGB
rgb(92, 116, 132)HSL
hsl(204, 18%, 44%)OKLCH
oklch(0.546 0.038 237.6)CMYK
cmyk(30%, 12%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536977
2#4A5D6A
3#40515D
4#37464F
5#2E3A42
6#252E35
7#1C2328
8#12171A
9#090C0D
Tints
Lighter variations
1#688395
2#7891A1
3#899FAD
4#9AACB9
5#ABBAC4
6#BCC8D0
7#CCD6DC
8#DDE3E8
9#EEF1F3
Tones
Muted variations
1#5E7482
2#607380
3#62737E
4#64737C
5#66727A
6#687278
7#6A7176
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 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7890 #7890A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C74 #5C7484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495C #495C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | 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: #96A9B6;
--slate-gray-500: #7890A1;
--slate-gray-600: #5C7484;
--slate-gray-700: #495C69;
--slate-gray-800: #34424B;
--slate-gray-900: #212A30;
--slate-gray-950: #151A1E;
}