Slate Gray
#7591A3
BlueColor Codes
All color formats for development
HEX
#7591A3RGB
rgb(117, 145, 163)HSL
hsl(203, 20%, 55%)OKLCH
oklch(0.642 0.042 236.5)CMYK
cmyk(28%, 11%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658497
2#5A7587
3#4F6776
4#435865
5#384954
6#2D3B43
7#222C32
8#161D22
9#0B0F11
Tints
Lighter variations
1#839DAC
2#91A7B6
3#9FB2BF
4#ACBDC8
5#BAC8D1
6#C8D3DA
7#D6DEE3
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#7891A1
2#7A919F
3#7C909C
4#7E8F9A
5#818F98
6#838E95
7#858E93
8#888D91
9#8A8D8F
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 | B9C7 #B9C7D0 | BordersInactive statesPlaceholder text |
| 400 | 94AA #94AAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7592 #7592A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A75 #5A7587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475D #475D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3343 #33434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | 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: #B9C7D0;
--slate-gray-400: #94AAB8;
--slate-gray-500: #7592A3;
--slate-gray-600: #5A7587;
--slate-gray-700: #475D6B;
--slate-gray-800: #33434D;
--slate-gray-900: #212B31;
--slate-gray-950: #141B1F;
}