Slate Gray
#5C8484
CyanColor Codes
All color formats for development
HEX
#5C8484RGB
rgb(92, 132, 132)HSL
hsl(180, 18%, 44%)OKLCH
oklch(0.584 0.044 196)CMYK
cmyk(30%, 0%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537777
2#4A6A6A
3#405D5D
4#374F4F
5#2E4242
6#253535
7#1C2828
8#121A1A
9#090D0D
Tints
Lighter variations
1#689595
2#78A1A1
3#89ADAD
4#9AB9B9
5#ABC4C4
6#BCD0D0
7#CCDCDC
8#DDE8E8
9#EEF3F3
Tones
Muted variations
1#5E8282
2#608080
3#627E7E
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | 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: #D8E4E4;
--slate-gray-300: #BACFCF;
--slate-gray-400: #96B6B6;
--slate-gray-500: #78A1A1;
--slate-gray-600: #5C8484;
--slate-gray-700: #496969;
--slate-gray-800: #344B4B;
--slate-gray-900: #213030;
--slate-gray-950: #151E1E;
}