Slate Gray
#5A7387
BlueColor Codes
All color formats for development
HEX
#5A7387RGB
rgb(90, 115, 135)HSL
hsl(207, 20%, 44%)OKLCH
oklch(0.543 0.043 242.7)CMYK
cmyk(33%, 15%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516779
2#485C6C
3#3F505E
4#364551
5#2D3943
6#242E36
7#1B2228
8#12171B
9#090B0D
Tints
Lighter variations
1#658198
2#768FA4
3#879DAF
4#98ABBA
5#A9B9C6
6#BAC7D1
7#CCD5DD
8#DDE3E8
9#EEF1F4
Tones
Muted variations
1#5C7284
2#5E7282
3#607280
4#63727E
5#65717B
6#677179
7#697177
8#6C7175
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A72 #5A7287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475B #475B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D7DFE4;
--slate-gray-300: #B9C6D0;
--slate-gray-400: #94A8B8;
--slate-gray-500: #758FA3;
--slate-gray-600: #5A7287;
--slate-gray-700: #475B6B;
--slate-gray-800: #33414D;
--slate-gray-900: #212A31;
--slate-gray-950: #141A1F;
}