Slate Gray
#7588A3
BlueColor Codes
All color formats for development
HEX
#7588A3RGB
rgb(117, 136, 163)HSL
hsl(215, 20%, 55%)OKLCH
oklch(0.621 0.047 257.2)CMYK
cmyk(28%, 17%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657A97
2#5A6C87
3#4F5F76
4#435165
5#384454
6#2D3643
7#222932
8#161B22
9#0B0E11
Tints
Lighter variations
1#8394AC
2#91A0B6
3#9FACBF
4#ACB8C8
5#BAC4D1
6#C8D0DA
7#D6DBE3
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7889A1
2#7A899F
3#7C8A9C
4#7E8A9A
5#818A98
6#838B95
7#858B93
8#888B91
9#8A8C8F
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 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A3 #94A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7588 #7588A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6C #5A6C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333E #333E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | 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: #D7DDE4;
--slate-gray-300: #B9C2D0;
--slate-gray-400: #94A3B8;
--slate-gray-500: #7588A3;
--slate-gray-600: #5A6C87;
--slate-gray-700: #47566B;
--slate-gray-800: #333E4D;
--slate-gray-900: #212731;
--slate-gray-950: #14191F;
}