Slate Gray
#5A8387
CyanColor Codes
All color formats for development
HEX
#5A8387RGB
rgb(90, 131, 135)HSL
hsl(185, 20%, 44%)OKLCH
oklch(0.581 0.046 203.6)CMYK
cmyk(33%, 3%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517679
2#48696C
3#3F5C5E
4#364F51
5#2D4143
6#243436
7#1B2728
8#121A1B
9#090D0D
Tints
Lighter variations
1#659498
2#76A0A4
3#87ACAF
4#98B8BA
5#A9C3C6
6#BACFD1
7#CCDBDD
8#DDE7E8
9#EEF3F4
Tones
Muted variations
1#5C8184
2#5E7F82
3#607D80
4#637B7E
5#657A7B
6#677879
7#697677
8#6C7475
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D7E3E4;
--slate-gray-300: #B9CED0;
--slate-gray-400: #94B5B8;
--slate-gray-500: #759FA3;
--slate-gray-600: #5A8387;
--slate-gray-700: #47686B;
--slate-gray-800: #334A4D;
--slate-gray-900: #213031;
--slate-gray-950: #141E1F;
}