Slate Gray
#758EA3
BlueColor Codes
All color formats for development
HEX
#758EA3RGB
rgb(117, 142, 163)HSL
hsl(207, 20%, 55%)OKLCH
oklch(0.635 0.043 243.8)CMYK
cmyk(28%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658197
2#5A7287
3#4F6476
4#435665
5#384854
6#2D3943
7#222B32
8#161D22
9#0B0E11
Tints
Lighter variations
1#839AAC
2#91A5B6
3#9FB0BF
4#ACBCC8
5#BAC7D1
6#C8D2DA
7#D6DDE3
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#788EA1
2#7A8E9F
3#7C8E9C
4#7E8E9A
5#818D98
6#838D95
7#858D93
8#888D91
9#8A8C8F
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;
}