Slate Gray
#738BA5
BlueColor Codes
All color formats for development
HEX
#738BA5RGB
rgb(115, 139, 165)HSL
hsl(211, 22%, 55%)OKLCH
oklch(0.627 0.048 250.7)CMYK
cmyk(30%, 16%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627D9A
2#586F89
3#4D6178
4#425467
5#374656
6#2C3844
7#212A33
8#161C22
9#0B0E11
Tints
Lighter variations
1#8197AE
2#8FA3B7
3#9DAEC0
4#ABBAC9
5#B9C5D2
6#C7D1DB
7#D5DCE4
8#E3E8ED
9#F1F3F6
Tones
Muted variations
1#768BA3
2#788CA0
3#7B8C9E
4#7D8C9B
5#808C99
6#828C96
7#858C94
8#878C91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C4 #B7C4D1 | BordersInactive statesPlaceholder text |
| 400 | 92A5 #92A5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4659 #46596D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | 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: #E9EDF1;
--slate-gray-200: #D7DEE5;
--slate-gray-300: #B7C4D1;
--slate-gray-400: #92A5B9;
--slate-gray-500: #738BA5;
--slate-gray-600: #586F89;
--slate-gray-700: #46596D;
--slate-gray-800: #323F4E;
--slate-gray-900: #202932;
--slate-gray-950: #14191F;
}