Slate Gray
#5C8284
CyanColor Codes
All color formats for development
HEX
#5C8284RGB
rgb(92, 130, 132)HSL
hsl(183, 18%, 44%)OKLCH
oklch(0.579 0.043 200.2)CMYK
cmyk(30%, 2%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537577
2#4A686A
3#405B5D
4#374E4F
5#2E4142
6#253435
7#1C2728
8#121A1A
9#090D0D
Tints
Lighter variations
1#689395
2#789FA1
3#89ABAD
4#9AB7B9
5#ABC3C4
6#BCCFD0
7#CCDBDC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5E8182
2#607F80
3#627D7E
4#647B7C
5#66797A
6#687778
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 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789F #789FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | 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: #96B4B6;
--slate-gray-500: #789FA1;
--slate-gray-600: #5C8284;
--slate-gray-700: #496869;
--slate-gray-800: #344A4B;
--slate-gray-900: #212F30;
--slate-gray-950: #151E1E;
}