Slate Gray
#5A7F87
CyanColor Codes
All color formats for development
HEX
#5A7F87RGB
rgb(90, 127, 135)HSL
hsl(191, 20%, 44%)OKLCH
oklch(0.572 0.043 212.5)CMYK
cmyk(33%, 6%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517279
2#48656C
3#3F585E
4#364C51
5#2D3F43
6#243336
7#1B2628
8#12191B
9#090D0D
Tints
Lighter variations
1#658F98
2#769BA4
3#87A8AF
4#98B4BA
5#A9C1C6
6#BACDD1
7#CCDADD
8#DDE6E8
9#EEF3F4
Tones
Muted variations
1#5C7D84
2#5E7C82
3#607A80
4#63797E
5#65777B
6#677679
7#697477
8#6C7375
9#6E7272
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 | B9CC #B9CCD0 | BordersInactive statesPlaceholder text |
| 400 | 94B1 #94B1B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759B #759BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7E #5A7E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3348 #33484D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | 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: #B9CCD0;
--slate-gray-400: #94B1B8;
--slate-gray-500: #759BA3;
--slate-gray-600: #5A7E87;
--slate-gray-700: #47656B;
--slate-gray-800: #33484D;
--slate-gray-900: #212E31;
--slate-gray-950: #141D1F;
}