Slate Gray
#738FA5
BlueColor Codes
All color formats for development
HEX
#738FA5RGB
rgb(115, 143, 165)HSL
hsl(206, 22%, 55%)OKLCH
oklch(0.636 0.046 242.1)CMYK
cmyk(30%, 13%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62829A
2#587389
3#4D6578
4#425767
5#374856
6#2C3A44
7#212B33
8#161D22
9#0B0E11
Tints
Lighter variations
1#819BAE
2#8FA6B7
3#9DB1C0
4#ABBCC9
5#B9C7D2
6#C7D2DB
7#D5DEE4
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#768FA3
2#788FA0
3#7B8F9E
4#7D8E9B
5#808E99
6#828E96
7#858D94
8#878D91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C6 #B7C6D1 | BordersInactive statesPlaceholder text |
| 400 | 92A8 #92A8B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5873 #587389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465C #465C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | 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: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7DFE5;
--slate-gray-300: #B7C6D1;
--slate-gray-400: #92A8B9;
--slate-gray-500: #7390A5;
--slate-gray-600: #587389;
--slate-gray-700: #465C6D;
--slate-gray-800: #32424E;
--slate-gray-900: #202A32;
--slate-gray-950: #141A1F;
}