Slate Gray
#5C6784
BlueColor Codes
All color formats for development
HEX
#5C6784RGB
rgb(92, 103, 132)HSL
hsl(224, 18%, 44%)OKLCH
oklch(0.516 0.048 268.5)CMYK
cmyk(30%, 22%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535C77
2#4A526A
3#40485D
4#373E4F
5#2E3342
6#252935
7#1C1F28
8#12151A
9#090A0D
Tints
Lighter variations
1#687495
2#7883A1
3#8993AD
4#9AA2B9
5#ABB2C4
6#BCC1D0
7#CCD1DC
8#DDE0E8
9#EEF0F3
Tones
Muted variations
1#5E6882
2#606980
3#626A7E
4#646B7C
5#666B7A
6#686C78
7#6A6D76
8#6C6E74
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 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCF | BordersInactive statesPlaceholder text |
| 400 | 969E #969EB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7883 #7883A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C67 #5C6784 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4952 #495269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | 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: #D8DBE4;
--slate-gray-300: #BABFCF;
--slate-gray-400: #969EB6;
--slate-gray-500: #7883A1;
--slate-gray-600: #5C6784;
--slate-gray-700: #495269;
--slate-gray-800: #343A4B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}