Slate Gray
#7589A3
BlueColor Codes
All color formats for development
HEX
#7589A3RGB
rgb(117, 137, 163)HSL
hsl(214, 20%, 55%)OKLCH
oklch(0.624 0.046 255.1)CMYK
cmyk(28%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657B97
2#5A6D87
3#4F6076
4#435265
5#384454
6#2D3743
7#222932
8#161B22
9#0B0E11
Tints
Lighter variations
1#8395AC
2#91A1B6
3#9FADBF
4#ACB8C8
5#BAC4D1
6#C8D0DA
7#D6DCE3
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7889A1
2#7A8A9F
3#7C8A9C
4#7E8A9A
5#818B98
6#838B95
7#858B93
8#888C91
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 | B9C3 #B9C3D0 | BordersInactive statesPlaceholder text |
| 400 | 94A3 #94A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7589 #7589A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6D #5A6D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333E #333E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | 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: #B9C3D0;
--slate-gray-400: #94A3B8;
--slate-gray-500: #7589A3;
--slate-gray-600: #5A6D87;
--slate-gray-700: #47576B;
--slate-gray-800: #333E4D;
--slate-gray-900: #212831;
--slate-gray-950: #14191F;
}