Slate Gray
#5C8084
CyanColor Codes
All color formats for development
HEX
#5C8084RGB
rgb(92, 128, 132)HSL
hsl(186, 18%, 44%)OKLCH
oklch(0.574 0.041 204.7)CMYK
cmyk(30%, 3%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537477
2#4A676A
3#405A5D
4#374D4F
5#2E4042
6#253335
7#1C2728
8#121A1A
9#090D0D
Tints
Lighter variations
1#689195
2#789DA1
3#89A9AD
4#9AB6B9
5#ABC2C4
6#BCCED0
7#CCDADC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5E7F82
2#607D80
3#627C7E
4#647A7C
5#66787A
6#687778
7#6A7576
8#6C7374
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C80 #5C8084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4966 #496669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E3E4;
--slate-gray-300: #BACDCF;
--slate-gray-400: #96B3B6;
--slate-gray-500: #789DA1;
--slate-gray-600: #5C8084;
--slate-gray-700: #496669;
--slate-gray-800: #34494B;
--slate-gray-900: #212F30;
--slate-gray-950: #151D1E;
}