Slate Gray
#5C6384
BlueColor Codes
All color formats for development
HEX
#5C6384RGB
rgb(92, 99, 132)HSL
hsl(230, 18%, 44%)OKLCH
oklch(0.507 0.053 275.1)CMYK
cmyk(30%, 25%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535977
2#4A4F6A
3#40455D
4#373B4F
5#2E3142
6#252735
7#1C1E28
8#12141A
9#090A0D
Tints
Lighter variations
1#686F95
2#787FA1
3#898FAD
4#9A9FB9
5#ABAFC4
6#BCBFD0
7#CCCFDC
8#DDDFE8
9#EEEFF3
Tones
Muted variations
1#5E6482
2#606580
3#62677E
4#64687C
5#66697A
6#686B78
7#6A6C76
8#6C6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969B #969BB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787E #787EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DAE4;
--slate-gray-300: #BABDCF;
--slate-gray-400: #969BB6;
--slate-gray-500: #787EA1;
--slate-gray-600: #5C6384;
--slate-gray-700: #494F69;
--slate-gray-800: #34384B;
--slate-gray-900: #212430;
--slate-gray-950: #15161E;
}