Slate Gray
#5A8787
CyanColor Codes
All color formats for development
HEX
#5A8787RGB
rgb(90, 135, 135)HSL
hsl(180, 20%, 44%)OKLCH
oklch(0.591 0.049 195.9)CMYK
cmyk(33%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517979
2#486C6C
3#3F5E5E
4#365151
5#2D4343
6#243636
7#1B2828
8#121B1B
9#090D0D
Tints
Lighter variations
1#659898
2#76A4A4
3#87AFAF
4#98BABA
5#A9C6C6
6#BAD1D1
7#CCDDDD
8#DDE8E8
9#EEF4F4
Tones
Muted variations
1#5C8484
2#5E8282
3#608080
4#637E7E
5#657B7B
6#677979
7#697777
8#6C7575
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF1F1;
--slate-gray-200: #D7E4E4;
--slate-gray-300: #B9D0D0;
--slate-gray-400: #94B8B8;
--slate-gray-500: #75A3A3;
--slate-gray-600: #5A8787;
--slate-gray-700: #476B6B;
--slate-gray-800: #334D4D;
--slate-gray-900: #213131;
--slate-gray-950: #141F1F;
}