Slate Gray
#5C6184
BlueColor Codes
All color formats for development
HEX
#5C6184RGB
rgb(92, 97, 132)HSL
hsl(233, 18%, 44%)OKLCH
oklch(0.502 0.056 277.9)CMYK
cmyk(30%, 27%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535777
2#4A4D6A
3#40445D
4#373A4F
5#2E3042
6#252735
7#1C1D28
8#12131A
9#090A0D
Tints
Lighter variations
1#686D95
2#787DA1
3#898DAD
4#9A9DB9
5#ABAEC4
6#BCBED0
7#CCCEDC
8#DDDEE8
9#EEEFF3
Tones
Muted variations
1#5E6282
2#606480
3#62657E
4#64677C
5#66687A
6#686A78
7#6A6C76
8#6C6D74
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 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABC #BABCCF | BordersInactive statesPlaceholder text |
| 400 | 9699 #9699B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787C #787CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C61 #5C6184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494D #494D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | 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: #D8D9E4;
--slate-gray-300: #BABCCF;
--slate-gray-400: #9699B6;
--slate-gray-500: #787CA1;
--slate-gray-600: #5C6184;
--slate-gray-700: #494D69;
--slate-gray-800: #34374B;
--slate-gray-900: #212330;
--slate-gray-950: #15161E;
}