Slate Gray
#758CA3
BlueColor Codes
All color formats for development
HEX
#758CA3RGB
rgb(117, 140, 163)HSL
hsl(210, 20%, 55%)OKLCH
oklch(0.63 0.044 248.5)CMYK
cmyk(28%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657E97
2#5A7087
3#4F6276
4#435465
5#384654
6#2D3843
7#222A32
8#161C22
9#0B0E11
Tints
Lighter variations
1#8398AC
2#91A3B6
3#9FAFBF
4#ACBAC8
5#BAC6D1
6#C8D1DA
7#D6DDE3
8#E3E8ED
9#F1F4F6
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 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758C #758CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A70 #5A7087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | 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: #94A6B8;
--slate-gray-500: #758CA3;
--slate-gray-600: #5A7087;
--slate-gray-700: #47596B;
--slate-gray-800: #33404D;
--slate-gray-900: #212931;
--slate-gray-950: #141A1F;
}