Slate Gray
#5C8384
CyanColor Codes
All color formats for development
HEX
#5C8384RGB
rgb(92, 131, 132)HSL
hsl(182, 18%, 44%)OKLCH
oklch(0.581 0.043 198)CMYK
cmyk(30%, 1%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537677
2#4A696A
3#405C5D
4#374F4F
5#2E4242
6#253435
7#1C2728
8#121A1A
9#090D0D
Tints
Lighter variations
1#689495
2#78A0A1
3#89ACAD
4#9AB8B9
5#ABC4C4
6#BCCFD0
7#CCDBDC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5E8182
2#607F80
3#627D7E
4#647C7C
5#667A7A
6#687878
7#6A7676
8#6C7474
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B5 #96B5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A0 #78A0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C83 #5C8384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E3E4;
--slate-gray-300: #BACECF;
--slate-gray-400: #96B5B6;
--slate-gray-500: #78A0A1;
--slate-gray-600: #5C8384;
--slate-gray-700: #496869;
--slate-gray-800: #344A4B;
--slate-gray-900: #213030;
--slate-gray-950: #151E1E;
}