Slate Gray
#7583A3
BlueColor Codes
All color formats for development
HEX
#7583A3RGB
rgb(117, 131, 163)HSL
hsl(222, 20%, 55%)OKLCH
oklch(0.61 0.051 266.4)CMYK
cmyk(28%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657497
2#5A6787
3#4F5A76
4#434D65
5#384154
6#2D3443
7#222732
8#161A22
9#0B0D11
Tints
Lighter variations
1#838FAC
2#919CB6
3#9FA8BF
4#ACB5C8
5#BAC1D1
6#C8CDDA
7#D6DAE3
8#E3E6ED
9#F1F3F6
Tones
Muted variations
1#7884A1
2#7A859F
3#7C869C
4#7E879A
5#818898
6#838995
7#858993
8#888A91
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C0 #B9C0D0 | BordersInactive statesPlaceholder text |
| 400 | 949F #949FB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7583 #7583A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A67 #5A6787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333B #333B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D7DBE4;
--slate-gray-300: #B9C0D0;
--slate-gray-400: #949FB8;
--slate-gray-500: #7583A3;
--slate-gray-600: #5A6787;
--slate-gray-700: #47526B;
--slate-gray-800: #333B4D;
--slate-gray-900: #212631;
--slate-gray-950: #14171F;
}