Slate Gray
#7595A3
BlueColor Codes
All color formats for development
HEX
#7595A3RGB
rgb(117, 149, 163)HSL
hsl(198, 20%, 55%)OKLCH
oklch(0.651 0.041 226.4)CMYK
cmyk(28%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658897
2#5A7987
3#4F6A76
4#435B65
5#384C54
6#2D3D43
7#222D32
8#161E22
9#0B0F11
Tints
Lighter variations
1#83A0AC
2#91ABB6
3#9FB5BF
4#ACC0C8
5#BACAD1
6#C8D5DA
7#D6DFE3
8#E3EAED
9#F1F4F6
Tones
Muted variations
1#7895A1
2#7A949F
3#7C939C
4#7E929A
5#819198
6#839095
7#858F93
8#888E91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AD #94ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7595 #7595A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A79 #5A7987 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4760 #47606B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3345 #33454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF1;
--slate-gray-200: #D7E1E4;
--slate-gray-300: #B9C9D0;
--slate-gray-400: #94ADB8;
--slate-gray-500: #7595A3;
--slate-gray-600: #5A7987;
--slate-gray-700: #47606B;
--slate-gray-800: #33454D;
--slate-gray-900: #212C31;
--slate-gray-950: #141C1F;
}