Slate Gray
#5C6284
BlueColor Codes
All color formats for development
HEX
#5C6284RGB
rgb(92, 98, 132)HSL
hsl(231, 18%, 44%)OKLCH
oklch(0.505 0.055 276.5)CMYK
cmyk(30%, 26%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#535877
2#4A4E6A
3#40455D
4#373B4F
5#2E3142
6#252735
7#1C1D28
8#12141A
9#090A0D
Tints
Lighter variations
1#686F95
2#787EA1
3#898EAD
4#9A9FB9
5#ABAFC4
6#BCBFD0
7#CCCFDC
8#DDDFE8
9#EEEFF3
Tones
Muted variations
1#5E6382
2#606580
3#62667E
4#64687C
5#66697A
6#686B78
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 | 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 | 5C62 #5C6284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494E #494E69 | 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: #5C6284;
--slate-gray-700: #494E69;
--slate-gray-800: #34384B;
--slate-gray-900: #212430;
--slate-gray-950: #15161E;
}