Slate Gray
#5A7087
BlueColor Codes
All color formats for development
HEX
#5A7087RGB
rgb(90, 112, 135)HSL
hsl(211, 20%, 44%)OKLCH
oklch(0.536 0.045 249.8)CMYK
cmyk(33%, 17%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516479
2#48596C
3#3F4E5E
4#364351
5#2D3843
6#242D36
7#1B2128
8#12161B
9#090B0D
Tints
Lighter variations
1#657E98
2#768CA4
3#879AAF
4#98A9BA
5#A9B7C6
6#BAC5D1
7#CCD4DD
8#DDE2E8
9#EEF1F4
Tones
Muted variations
1#5C7084
2#5E7082
3#607080
4#63707E
5#65707B
6#677079
7#697077
8#6C7075
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A5 #94A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758B #758BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6F #5A6F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333F #333F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF1;
--slate-gray-200: #D7DEE4;
--slate-gray-300: #B9C4D0;
--slate-gray-400: #94A5B8;
--slate-gray-500: #758BA3;
--slate-gray-600: #5A6F87;
--slate-gray-700: #47596B;
--slate-gray-800: #333F4D;
--slate-gray-900: #212931;
--slate-gray-950: #14191F;
}