Slate Gray
#7594A3
BlueColor Codes
All color formats for development
HEX
#7594A3RGB
rgb(117, 148, 163)HSL
hsl(200, 20%, 55%)OKLCH
oklch(0.648 0.041 229)CMYK
cmyk(28%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#658797
2#5A7887
3#4F6976
4#435A65
5#384B54
6#2D3C43
7#222D32
8#161E22
9#0B0F11
Tints
Lighter variations
1#839FAC
2#91A9B6
3#9FB4BF
4#ACBFC8
5#BAC9D1
6#C8D4DA
7#D6DFE3
8#E3EAED
9#F1F4F6
Tones
Muted variations
1#7893A1
2#7A929F
3#7C929C
4#7E919A
5#819098
6#838F95
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7594 #7594A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #D7E0E4;
--slate-gray-300: #B9C8D0;
--slate-gray-400: #94ACB8;
--slate-gray-500: #7594A3;
--slate-gray-600: #5A7887;
--slate-gray-700: #475F6B;
--slate-gray-800: #33444D;
--slate-gray-900: #212C31;
--slate-gray-950: #141B1F;
}