Slate Gray
#758BA3
BlueColor Codes
All color formats for development
HEX
#758BA3RGB
rgb(117, 139, 163)HSL
hsl(211, 20%, 55%)OKLCH
oklch(0.628 0.044 250.8)CMYK
cmyk(28%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657D97
2#5A6F87
3#4F6276
4#435465
5#384654
6#2D3843
7#222A32
8#161C22
9#0B0E11
Tints
Lighter variations
1#8397AC
2#91A3B6
3#9FAEBF
4#ACBAC8
5#BAC5D1
6#C8D1DA
7#D6DCE3
8#E3E8ED
9#F1F3F6
Tones
Muted variations
1#788CA1
2#7A8C9F
3#7C8C9C
4#7E8C9A
5#818C98
6#838C95
7#858C93
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 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A5 #94A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758B #758BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6F #5A6F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333F #333F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #D7DEE4;
--slate-gray-300: #B9C4D0;
--slate-gray-400: #94A5B8;
--slate-gray-500: #758BA3;
--slate-gray-600: #5A6F87;
--slate-gray-700: #47596B;
--slate-gray-800: #333F4D;
--slate-gray-900: #212931;
--slate-gray-950: #14191F;
}