Slate Gray
#5A7D87
CyanColor Codes
All color formats for development
HEX
#5A7D87RGB
rgb(90, 125, 135)HSL
hsl(193, 20%, 44%)OKLCH
oklch(0.567 0.042 217.4)CMYK
cmyk(33%, 7%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517079
2#48646C
3#3F575E
4#364B51
5#2D3E43
6#243236
7#1B2528
8#12191B
9#090C0D
Tints
Lighter variations
1#658D98
2#769AA4
3#87A6AF
4#98B3BA
5#A9C0C6
6#BACCD1
7#CCD9DD
8#DDE6E8
9#EEF2F4
Tones
Muted variations
1#5C7C84
2#5E7A82
3#607980
4#63787E
5#65777B
6#677579
7#697477
8#6C7375
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94B0 #94B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7599 #7599A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7D #5A7D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4763 #47636B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF1;
--slate-gray-200: #D7E2E4;
--slate-gray-300: #B9CBD0;
--slate-gray-400: #94B0B8;
--slate-gray-500: #7599A3;
--slate-gray-600: #5A7D87;
--slate-gray-700: #47636B;
--slate-gray-800: #33474D;
--slate-gray-900: #212D31;
--slate-gray-950: #141C1F;
}